rnewson commented on issue #4995:
URL: https://github.com/apache/couchdb/issues/4995#issuecomment-1967543675

   keepalive (multiple sequential send req, read resps on the same tcp 
connection) is supported (and encouraged!). pipelining (sending multiple 
requests before reading the first response) is also supported.
   
   I still don't see how you could know what value to pass to `until`. Have you 
seen that the changes endpoint supports a `limit` parameter? perhaps that is 
what you mean (`from here, return the next 10,000 updates and wait until they 
happen)
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: notifications-unsubscr...@couchdb.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to