summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorNihad Abbasov <mail@narkoz.me>2012-09-24 09:05:09 -0700
committerNihad Abbasov <mail@narkoz.me>2012-09-24 09:05:09 -0700
commitc3907bef59c986ce49b922cea6929486ad048970 (patch)
tree82625c32e4ba9ae3dbf26d41949aff1a86fa5212 /config
parent8ec956421c5e94bc2a51e30414d85417c10404b8 (diff)
parente3b149fae611d9c66d3e41048970bd78f322cc9c (diff)
downloadgitlab-ce-c3907bef59c986ce49b922cea6929486ad048970.tar.gz
Merge pull request #1501 from caleywoods/master
Update timeout comment in unicorn example config.
Diffstat (limited to 'config')
-rw-r--r--config/unicorn.rb.example2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example
index 23746d255b4..425dbf33f86 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,