Commit c3907bef59c986ce49b922cea6929486ad048970

Authored by Nihad Abbasov
2 parents 8ec95642 e3b149fa

Merge pull request #1501 from caleywoods/master

Update timeout comment in unicorn example config.
Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
config/unicorn.rb.example
... ... @@ -6,7 +6,7 @@ working_directory app_dir
6 6 # worker spawn times
7 7 preload_app true
8 8  
9   -# nuke workers after 60 seconds (the default)
  9 +# nuke workers after 30 seconds (60 is the default)
10 10 timeout 30
11 11  
12 12 # listen on a Unix domain socket and/or a TCP port,
... ...