diff options
| author | Ralph Bean <rbean@redhat.com> | 2017-03-14 18:23:00 +0000 |
|---|---|---|
| committer | Ralph Bean <rbean@redhat.com> | 2017-03-14 18:23:07 +0000 |
| commit | 4c6b4fed4703d5715b502e2a88c47ec47c4dc0af (patch) | |
| tree | b1d982dca6f30e490d65b2be70b78d27d663d1ce /roles/fedmsg/base/templates | |
| parent | c1c50d293ff4cd98bf6496399e103628a1822ac6 (diff) | |
| download | ansible-4c6b4fed4703d5715b502e2a88c47ec47c4dc0af.tar.gz ansible-4c6b4fed4703d5715b502e2a88c47ec47c4dc0af.tar.xz ansible-4c6b4fed4703d5715b502e2a88c47ec47c4dc0af.zip | |
Make mbs-backend wait a little bit longer before publishing.
Diffstat (limited to 'roles/fedmsg/base/templates')
| -rw-r--r-- | roles/fedmsg/base/templates/base.py.j2 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/fedmsg/base/templates/base.py.j2 b/roles/fedmsg/base/templates/base.py.j2 index 0da211b50..90b49bf87 100644 --- a/roles/fedmsg/base/templates/base.py.j2 +++ b/roles/fedmsg/base/templates/base.py.j2 @@ -48,7 +48,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=1.0, + post_init_sleep={{fedmsg_post_init_sleep}}, # This is the number of milliseconds to wait before timing out on # connections.. notably to the fedmsg-relay in the event that it has |
