2
# ZeroMQ configuration (restart-nonce: {{ zmq_nonce }})
4
rpc_zmq_host = {{ zmq_host }}
5
{% if zmq_redis_address -%}
6
rpc_zmq_matchmaker = redis
7
matchmaker_heartbeat_freq = 15
8
matchmaker_heartbeat_ttl = 30
10
host = {{ zmq_redis_address }}
12
rpc_zmq_matchmaker = ring