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

   ## Overview
   
   Add a plugin to automatically purge deleted documents after a configurable 
interval has lapsed. This should be set high enough that all external consumers 
of the changes feed will have seen and processed the deleted documents. The 
plugin uses CouchDB's purge facility which ensures internal replication and 
indexes have processed the deletions before the deleted document is purged.
   
   ## Testing recommendations
   
   covered by eunit tests.
   
   ## Related Issues or Pull Requests
   
   N/A
   
   ## Checklist
   
   - [x] Code is written and works correctly
   - [x] Changes are covered by tests
   - [x] Any new configurable parameters are documented in 
`rel/overlay/etc/default.ini`
   - [x] Documentation changes were made in the `src/docs` folder
   - [ ] Documentation changes were backported (separated PR) to affected 
branches
   


-- 
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