Merge pull request #8205 from CromFr/master

Doc: Unicorn minimum worker_processes is 2
This commit is contained in:
Dmitriy Zaporozhets 2014-10-31 11:26:42 +02:00
commit 1bfba5df22

View file

@ -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