Merge pull request #1501 from caleywoods/master

Update timeout comment in unicorn example config.
This commit is contained in:
Nihad Abbasov 2012-09-24 09:05:09 -07:00
commit c3907bef59

View file

@ -6,7 +6,7 @@ working_directory app_dir
# worker spawn times # worker spawn times
preload_app true preload_app true
# nuke workers after 60 seconds (the default) # nuke workers after 30 seconds (60 is the default)
timeout 30 timeout 30
# listen on a Unix domain socket and/or a TCP port, # listen on a Unix domain socket and/or a TCP port,