mirror of
https://github.com/mastodon/mastodon.git
synced 2024-11-20 11:35:29 +01: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 New Issue
Block a user