Merge pull request #8804 from basepi/hwm

Set the default HWM to 1000
This commit is contained in:
Colton Myers 2013-11-25 08:46:20 -08:00
commit 3988d4b514

View File

@ -272,7 +272,7 @@ DEFAULT_MINION_OPTS = {
DEFAULT_MASTER_OPTS = {
'interface': '0.0.0.0',
'publish_port': '4505',
'pub_hwm': 100,
'pub_hwm': 1000,
'auth_mode': 1,
'user': 'root',
'worker_threads': 5,