Skip to content
Snippets Groups Projects
Commit 6d71044c authored by Eugen Rochko's avatar Eugen Rochko
Browse files

Don't use rack timeout in any but production environments

parent c4bc5c89
No related branches found
No related tags found
No related merge requests found
Rack::Timeout.timeout = 30
\ No newline at end of file
Rack::Timeout.timeout = 30 if Rails.env.production?
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment