mirror of
https://github.com/jorisvink/kore
synced 2025-03-09 04:29:02 -04:00
Add worker_set_affinity to example configuration.
This commit is contained in:
parent
b0deac577c
commit
09ad47ae48
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user