Add worker_set_affinity to example configuration.

This commit is contained in:
Joris Vink 2015-04-27 10:37:58 +02:00
parent b0deac577c
commit 09ad47ae48
1 changed files with 4 additions and 0 deletions

View File

@ -32,6 +32,10 @@ workers 4
# This is disabled by default.
#worker_accept_treshold 0
# Workers bind themselves to a single CPU by default.
# Turn this off by setting this option to 0
#worker_set_affinity 1
# Store the main process its pid in this file.
#pidfile kore.pid