diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example index 23746d255b485403cdbc15cff75c6831bbe27da4..425dbf33f8696ce36b75096b61be48fc48998901 100644 --- a/config/unicorn.rb.example +++ b/config/unicorn.rb.example @@ -6,7 +6,7 @@ working_directory app_dir # worker spawn times preload_app true -# nuke workers after 60 seconds (the default) +# nuke workers after 30 seconds (60 is the default) timeout 30 # listen on a Unix domain socket and/or a TCP port,