mirror of
https://github.com/mastodon/mastodon.git
synced 2025-01-17 23:57:14 +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…
x
Reference in New Issue
Block a user