janl commented on code in PR #5558:
URL: https://github.com/apache/couchdb/pull/5558#discussion_r2158671608
##########
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:
does this have to match the integer in the next line?
--
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]