nickva commented on code in PR #5728: URL: https://github.com/apache/couchdb/pull/5728#discussion_r2491339236
########## rel/overlay/etc/default.ini: ########## @@ -563,6 +563,11 @@ authentication_db = _users ; think you're hitting reduce_limit with a "good" reduce function, please let ; us know on the mailing list so we can fine tune the heuristic. ;reduce_limit = true +; Don't log/crash a reduce if the result is less than this number of bytes; +; reduce_limit_threshold = 5000 Review Comment: Tiny nit: don't use a space between the comment and the setting. I don't know why we're doing it that way but at least it will be consistent with the rest. We should probably add some docs for it in https://docs.couchdb.org/en/stable/config/query-servers.html#query_server_config -- 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]
