From 43da1229daef5c583950d0530aec3f7774660049 Mon Sep 17 00:00:00 2001 From: Michael Wheeler Date: Tue, 22 Mar 2016 15:16:47 -0400 Subject: [PATCH] Heartbeat applies to eventsource feed as well. --- src/api/database/changes.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/api/database/changes.rst b/src/api/database/changes.rst index 62a73195..c4981f4b 100644 --- a/src/api/database/changes.rst +++ b/src/api/database/changes.rst @@ -52,9 +52,10 @@ CouchDB The Definitive Guide`_ for more information. :query number heartbeat: Period in *milliseconds* after which an empty line is sent in the results. Only applicable for :ref:`longpoll - ` or :ref:`continuous ` feeds. - Overrides any timeout to keep the feed alive indefinitely. - Default is ``60000``. May be ``true`` to use default value. + `, :ref:`continuous `, and + :ref:`eventsource ` feeds. Overrides any timeout + to keep the feed alive indefinitely. Default is ``60000``. May be + ``true`` to use default value. :query boolean include_docs: Include the associated document with each result. If there are conflicts, only the winning revision is returned. Default is ``false``.