Merge pull request #837 from sgmap/timeout

Increase the timeout to 60 seconds
This commit is contained in:
gregoirenovel 2017-10-17 12:39:53 +02:00 committed by GitHub
commit fcbb7f82d6

View file

@ -26,8 +26,7 @@ worker_processes 2
# we use a shorter backlog for quicker failover when busy # we use a shorter backlog for quicker failover when busy
listen "127.0.0.1:3000", :tcp_nopush => true listen "127.0.0.1:3000", :tcp_nopush => true
# nuke workers after 30 seconds instead of 60 seconds (the default) timeout 60
timeout 30
# By default, the Unicorn logger will write to stderr. # By default, the Unicorn logger will write to stderr.
# Additionally, ome applications/frameworks log to stderr or stdout, # Additionally, ome applications/frameworks log to stderr or stdout,