diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-31 11:39:17 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2014-10-31 11:39:17 +0200 |
commit | 80059cb5231a557d0e86653a53e27ce19f62b488 (patch) | |
tree | 370fa9c56547e5bf80576207ae6e720d2d7ddf85 | |
parent | aa75a755ee8767c66d16fe93a48dd3f9e24a4784 (diff) | |
parent | 1bfba5df22485febe0db6521470dbbb3f6958955 (diff) | |
download | gitlab-ce-80059cb5231a557d0e86653a53e27ce19f62b488.tar.gz |
Merge branch 'master' of github.com:gitlabhq/gitlabhq
-rw-r--r-- | config/unicorn.rb.example | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/config/unicorn.rb.example b/config/unicorn.rb.example index 6833082d68b..ea22744fd90 100644 --- a/config/unicorn.rb.example +++ b/config/unicorn.rb.example @@ -15,6 +15,7 @@ # Use at least one worker per core if you're on a dedicated server, # more will usually help for _short_ waits on databases/caches. +# The minimum is 2 worker_processes 2 # Since Unicorn is never exposed to outside clients, it does not need to |