Reduce max fedmsg reconnect interval.
This commit is contained in:
parent
5e38ba3988
commit
6b3c76b8f1
1 changed files with 1 additions and 1 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue