rnewson opened a new pull request #3764: URL: https://github.com/apache/couchdb/pull/3764
## Overview Restores the ability for a couchdb administrator to set an upper limit to the duration of a continuous changes feed originally introduced in https://github.com/apache/couchdb/commit/c6ad114ec797874a7eccf741fecb7139b117948b but lost in the FDB work. ## Testing recommendations Set up a continuous changes feed with a heartbeat, observe that it does not terminate naturally. Set the [fabric] changes_duration parameter to some positive integer value and retest. The changes feed should not return any new updates after that duration and the response will _end_ when the database is next updated (but will not return that update in the response). ## Related Issues or Pull Requests ## Checklist - [x] Code is written and works correctly - [ ] Changes are covered by tests - [x] Any new configurable parameters are documented in `rel/overlay/etc/default.ini` - [ ] A PR for documentation changes has been made in https://github.com/apache/couchdb-documentation -- 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]
