This is an automated email from the ASF dual-hosted git repository. rnewson pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 7668944f1a22357d4839b702a1ba2ed597bc66be Merge: 888239af0 12b948782 Author: Robert Newson <[email protected]> AuthorDate: Wed Oct 1 07:19:32 2025 +0100 Merge pull request #5655 from apache/auto-delete-tseq purge deleted documents that exceed TTL rel/overlay/etc/default.ini | 9 ++ src/chttpd/src/chttpd_db.erl | 33 ++++- src/chttpd/src/chttpd_httpd_handlers.erl | 1 + src/couch/src/couch_auto_purge_plugin.erl | 161 +++++++++++++++++++++ .../test/eunit/couch_auto_purge_plugin_tests.erl | 118 +++++++++++++++ src/docs/src/api/database/misc.rst | 90 ++++++++++++ src/docs/src/config/scanner.rst | 11 ++ src/fabric/src/fabric.erl | 10 +- src/fabric/src/fabric_auto_purge.erl | 38 +++++ 9 files changed, 469 insertions(+), 2 deletions(-)
