This website works better with JavaScript.
Home
Explore
Help
Sign In
nekobus
/
mastodon_neko
forked from
closed-social/mastodon
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
Update service timeout setting from 15s to 90s
master
Eugen Rochko
7 years ago
parent
ed9ae70487
commit
138d21aea8
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
config/initializers/timeout.rb
+ 1
- 1
config/initializers/timeout.rb
View File
@ -1,4 +1,4 @@
if
Rails
.
env
.
production?
Rack
::
Timeout
.
service_timeout
=
15
Rack
::
Timeout
.
service_timeout
=
90
Rack
::
Timeout
::
Logger
.
disable
end
Write
Preview
Loading…
Cancel
Save