nickva commented on code in PR #5466:
URL: https://github.com/apache/couchdb/pull/5466#discussion_r2017463451


##########
rel/overlay/etc/default.ini:
##########
@@ -1055,6 +1056,20 @@ url = {{nouveau_url}}
 ; is to aggregate reports per database.
 ;ddoc_report = false
 
+[couch_scanner_plugin_conflict_finder]
+; Which types of conflicting docs to scan.
+;conflicts = true
+;deleted_conflicts = false
+
+; Run plugin on the first node (default) or on all nodes.
+;run_on_first_node = true

Review Comment:
   Done! :-) 
   
   
https://github.com/apache/couchdb/blob/394f6fd10479daad469e53215473c9b7b7c28dc7/src/couch_scanner/src/couch_scanner_plugin.erl#L611-L613
   
   I totally forgot I had already implemented it this way.



-- 
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]

Reply via email to