This is an automated email from the ASF dual-hosted git repository. jiahuili430 pushed a commit to branch fix-config-options in repository https://gitbox.apache.org/repos/asf/couchdb.git
commit 2a4ab8b46949bd86668b9e9d0af2b4f350dba9b9 Author: Jiahui Li <[email protected]> AuthorDate: Wed Sep 3 15:34:53 2025 -0500 [view_updater]: Add `queue_memory_cap` and `queue_item_cap` --- rel/overlay/etc/default.ini | 2 ++ 1 file changed, 2 insertions(+) diff --git a/rel/overlay/etc/default.ini b/rel/overlay/etc/default.ini index 21a6216f8..c2c579fb2 100644 --- a/rel/overlay/etc/default.ini +++ b/rel/overlay/etc/default.ini @@ -475,6 +475,8 @@ hash_algorithms = sha256, sha ;update_db = true ;[view_updater] +;queue_memory_cap = 100000 ; `max_size` of couch_work_queue +;queue_item_cap = 500 ; `max_items` of couch_work_queue ;min_writer_items = 100 ;min_writer_size = 16777216
