summaryrefslogtreecommitdiff
path: root/config
diff options
context:
space:
mode:
authorMarin Jankovski <maxlazio@gmail.com>2015-03-13 17:14:34 -0700
committerMarin Jankovski <maxlazio@gmail.com>2015-03-13 17:14:34 -0700
commit141168ad3cf0ad2f79f0a5c64c29e7f95c2064b5 (patch)
tree7ab9bb030a382e2f49f4e19d55abf7f0c7d69511 /config
parentafb694886eccc1bad6abd900bede8699f2a10dff (diff)
downloadgitlab-ce-141168ad3cf0ad2f79f0a5c64c29e7f95c2064b5.tar.gz
Change default number of unicorn workers to three.
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 29253b71f49..3aee718097f 100644
--- a/config/unicorn.rb.example
+++ b/config/unicorn.rb.example
@@ -16,7 +16,7 @@
# Read about unicorn workers here:
# http://doc.gitlab.com/ee/install/requirements.html#unicorn-workers
#
-worker_processes 2
+worker_processes 3
# Since Unicorn is never exposed to outside clients, it does not need to
# run on the standard HTTP port (80), there is no reason to start Unicorn