nickva opened a new pull request, #5204:
URL: https://github.com/apache/couchdb/pull/5204

   Previously, `_changes?feed=continuous&descending=true&limit=N` with `N` 
greater than total rows would block and wait on database changes. On each 
change the first few sequence rows (sequences `1-...`, `2-...`) were repeatedly 
emitted. The new behavior is to return after all the rows are emitted.
   
   Fix: #5203
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to