Make doc build test pass.

This commit is contained in:
C. R. Oldham 2019-06-24 16:56:10 -06:00 committed by GitHub
parent 800113083b
commit b3c3f5263a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,3 +12,5 @@ To fix `#53411`_ a new configuration parameter `event_listen_queue_max_seconds`
When this is set to a value greater than 0 and `event_listen_queue` is not 0, if the oldest event
in the listen queue is older than `event_listen_queue_max_seconds`, the queue will be flushed to
returners regardless of how many events are in the queue.
.. _`#53411`: https://github.com/saltstack/salt/issues/53411