mirror of
https://framagit.org/tykayn/mastodon.git
synced 2023-08-25 08:33:12 +02: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