From 61dc847706ca040b0647394d64c4a79a381e5c6a Mon Sep 17 00:00:00 2001 From: Thomas S Hatch Date: Fri, 13 May 2011 22:14:07 -0600 Subject: [PATCH] update the master config for new topology changes --- conf/master | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/conf/master b/conf/master index a7482b2eb68..285223ac6f4 100644 --- a/conf/master +++ b/conf/master @@ -6,10 +6,17 @@ # The port used by the publisher #publish_port: 4505 +# The port used to communicate to the local publisher +#publish_pull_port: 45055 +# # 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 #worker_threads: 5 +# +# The port to begin binding workers on, the workers will be created on +# increasingly higher ports +#worker_start_port: 45056 # The port used by the communication interface #ret_port: 4506