Note about minimum worker_threads

This commit is contained in:
Mike Place 2015-06-15 11:43:14 -06:00
parent 4eb5bb253b
commit b7bb7eaeb2

View file

@ -48,7 +48,8 @@
# The number of worker threads to start. These threads are used to manage
# return calls made from minions to the master. If the master seems to be
# running slowly, increase the number of threads.
# running slowly, increase the number of threads. This setting can not be
# set lower than 3.
#worker_threads: 5
# The port used by the communication interface. The ret (return) port is the