This website requires JavaScript.
Explore
Help
Sign In
djsundog
/
tootlab-mastodon
mirror of
https://github.com/glitch-soc/mastodon.git
Watch
1
Star
0
Fork
You've already forked tootlab-mastodon
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
165df323ae
tootlab-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 13:10:40 -05:00
Rack
::
Timeout
.
timeout
=
30
if
Rails
.
env
.
production?