This website requires JavaScript.
Explore
Help
Sign In
gearheads
/
mastodon
Archived
Watch
2
Star
0
Fork
You've already forked mastodon
0
Code
Releases
4
Activity
This repository has been archived on
2024-06-09
. You can view files and clone it, but cannot push or open issues/pull-requests.
777f527d86
mastodon
/
config
/
initializers
/
timeout.rb
2 lines
52 B
Ruby
Raw
Normal View
History
Unescape
Escape
Don't use rack timeout in any but production environments
2016-12-21 19:10:40 +01:00
Rack
::
Timeout
.
timeout
=
30
if
Rails
.
env
.
production?