mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-22 06:06:45 +00:00
Don't use rack timeout in any but production environments
This commit is contained in:
parent
c4bc5c8930
commit
6d71044c85
|
@ -1 +1 @@
|
|||
Rack::Timeout.timeout = 30
|
||||
Rack::Timeout.timeout = 30 if Rails.env.production?
|
||||
|
|
Loading…
Reference in a new issue