rnewson commented on code in PR #5558:
URL: https://github.com/apache/couchdb/pull/5558#discussion_r2159258756


##########
nouveau/src/main/java/org/apache/couchdb/nouveau/NouveauApplicationConfiguration.java:
##########
@@ -24,7 +24,7 @@ public class NouveauApplicationConfiguration extends 
Configuration {
     @Min(10)
     private int maxIndexesOpen = 10;
 
-    @Min(10)
+    @Min(5)

Review Comment:
   No, it doesn't. 10 is the default, but @Min prevented me setting it lower 
than. I made this change to speed up testing as nouveau peer checkpoints only 
advance after the commit



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