From e3b149fae611d9c66d3e41048970bd78f322cc9c Mon Sep 17 00:00:00 2001 From: Caley Woods Date: Wed, 19 Sep 2012 10:27:27 -0500 Subject: [PATCH] Update comment in example unicorn config --- config/unicorn.rb.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example index 23746d2..425dbf3 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, -- libgit2 0.21.2