You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@couchdb.apache.org by wo...@apache.org on 2020/05/22 17:03:08 UTC

[couchdb-documentation] branch master updated: limit and continous mode (#548)

This is an automated email from the ASF dual-hosted git repository.

wohali pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/couchdb-documentation.git


The following commit(s) were added to refs/heads/master by this push:
     new e029bcb  limit and continous mode (#548)
e029bcb is described below

commit e029bcb9ae2e6bcf47b74631b58bcf24fa249f2d
Author: Robert Nagy <ro...@icloud.com>
AuthorDate: Fri May 22 19:03:01 2020 +0200

    limit and continous mode (#548)
    
    Co-authored-by: Joan Touzet <wo...@users.noreply.github.com>
---
 src/api/database/changes.rst | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/api/database/changes.rst b/src/api/database/changes.rst
index 9d29c2b..d1e3655 100644
--- a/src/api/database/changes.rst
+++ b/src/api/database/changes.rst
@@ -391,6 +391,8 @@ to simplify the job of the client - each line of the response is either empty
 or a JSON object representing a single change, as found in the normal feed's
 results.
 
+If `limit` has been specified the feed will end with a `{ last_seq }` object.
+
 .. code-block:: http
 
     GET /somedatabase/_changes?feed=continuous HTTP/1.1