From 8db54a31441cf12e772a1f826b8d273c317f949d Mon Sep 17 00:00:00 2001 From: Ralph Bean Date: Thu, 15 Jan 2015 15:08:55 +0000 Subject: [PATCH] Adjust fedmsg post_init_sleep to match zmq_reconnect_ivl_max. --- roles/fedmsg/base/templates/base.py.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/roles/fedmsg/base/templates/base.py.j2 b/roles/fedmsg/base/templates/base.py.j2 index cec5fe9a01..377bbf912d 100644 --- a/roles/fedmsg/base/templates/base.py.j2 +++ b/roles/fedmsg/base/templates/base.py.j2 @@ -35,7 +35,7 @@ config = dict( # If we are experiencing message-loss problems, one of the first things # to try should be to turn this number up to a non-zero value. '1' should # be more than sufficient. - post_init_sleep=0.4, + post_init_sleep=1.0, # This is the number of milliseconds to wait before timing out on # connections.. notably to the fedmsg-relay in the event that it has