jaydoane commented on code in PR #5014: URL: https://github.com/apache/couchdb/pull/5014#discussion_r1554646965
########## rel/overlay/etc/default.ini: ########## @@ -930,3 +930,97 @@ url = {{nouveau_url}} ;max_objects = 10000 ;max_idle = 600000 ;enable = true + +[couch_scanner] +; How often to check for configuration changes and start/stop plugins +;interval_sec = 5 + +; Minimum time to force a plugin to wait before running again after a crash +;min_penalty_sec = 30 + +; Maximum time to force a plugin to wait after repeated crashes (8 hours default) +;max_penalty_sec = 28800 + +; If plugin runs successfully without crashing for this long, reset its +; repeated error count +;heal_threshold_sec = 300 + +; Database processing rate limit. This will also be the rate at which design +; documents are fetched. The rate is shared across all running plugins. +;db_rate_limit = 50 + +; Limits the rate at which plugins may open db shard files on a node. The +; rate is shared across all running plugins. +;shard_rate_limit = 50 + +; Limit the rate at which plugins open documents. The rate is shared across all running plugins. +;doc_rate_limit = 1000 + +[couch_scanner_plugins] +;couch_scanner_plugin_ddoc_features = false Review Comment: Rather than use boolean values here, could you instead use `enable` and `disable`, or is there more precedence for the former? -- 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: notifications-unsubscr...@couchdb.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org