Reduce max fedmsg reconnect interval.

This commit is contained in:
Ralph Bean 2015-01-15 15:54:20 +00:00
parent 5e38ba3988
commit 6b3c76b8f1

View file

@ -68,7 +68,7 @@ config = dict(
# - https://github.com/fedora-infra/fedmsg/issues/305 # - https://github.com/fedora-infra/fedmsg/issues/305
# - http://api.zeromq.org/3-2:zmq-setsockopt # - http://api.zeromq.org/3-2:zmq-setsockopt
zmq_reconnect_ivl=100, zmq_reconnect_ivl=100,
zmq_reconnect_ivl_max=1000, zmq_reconnect_ivl_max=800,
) )
# This option adds an IPC socket by which we can monitor hub health. # This option adds an IPC socket by which we can monitor hub health.