nickva commented on code in PR #5711:
URL: https://github.com/apache/couchdb/pull/5711#discussion_r2458952677
##########
rel/overlay/etc/default.ini:
##########
@@ -1195,6 +1195,9 @@ url = {{nouveau_url}}
;[couch_quickjs_scanner_plugin.skip_{dbs,ddoc,docs}]
[couch_auto_purge_plugin]
+; The fewest id/rev pairs the plugin will attempt to purge in
+; one request, excepting at the end of a database scan.
+;min_batch_size = 100
Review Comment:
What do you think about increasing the default to about 200-250, so it's
closer to about 50% of the maximum?
--
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]