Add IPC to minion opts

This commit is contained in:
Mike Place 2016-07-18 11:46:52 -06:00
parent 2c1c92c48e
commit b2d636017d

View file

@ -969,6 +969,7 @@ DEFAULT_MINION_OPTS = {
'mine_return_job': False,
'mine_interval': 60,
'ipc_mode': _DFLT_IPC_MODE,
'ipc_write_buffer': _DFLT_IPC_WBUFFER,
'ipv6': False,
'file_buffer_size': 262144,
'tcp_pub_port': 4510,