diff options
author | Crom (Thibaut CHARLES) <crom29@hotmail.fr> | 2014-10-30 23:41:45 +0100 |
---|---|---|
committer | Crom (Thibaut CHARLES) <crom29@hotmail.fr> | 2014-10-30 23:41:45 +0100 |
commit | 3c9bf8a322be062c1a07483927deb1415f517547 (patch) | |
tree | ed90910eafd9a19649fe18bfd5d050e6658cdab0 /config | |
parent | a1dda564b19ed268a8019a9ac814933ac309a92b (diff) | |
download | gitlab-ce-3c9bf8a322be062c1a07483927deb1415f517547.tar.gz |
Doc: Unicorn minimum worker_processes is 2
A value of 1 cause http push fail (issue #6978 on GitHub)
Diffstat (limited to 'config')
-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 |