nickva commented on code in PR #5642: URL: https://github.com/apache/couchdb/pull/5642#discussion_r2373461050
########## rel/overlay/etc/default.ini: ########## @@ -468,6 +476,16 @@ hash_algorithms = sha256, sha ;update_db = true ;[view_updater] +; Configure the queue capacity used during indexing. These settings apply to +; both the queue between the changes feed and the JS mapper, and between the +; JS mapper and the disk writer. +; Whichever limit hit first is the one that takes effect. + +; The maximum memory queue size Review Comment: `maximum queue memory size` may sound a bit better? -- 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]
