bhabegger commented on code in PR #2679:
URL: https://github.com/apache/jackrabbit-oak/pull/2679#discussion_r2755163793
##########
oak-lucene/src/main/java/org/apache/jackrabbit/oak/plugins/index/lucene/LuceneIndexProviderService.java:
##########
@@ -266,6 +263,7 @@ public class LuceneIndexProviderService {
}
public static final String REPOSITORY_HOME = "repository.home";
+ private static final int INDEX_COPIER_POOL_SIZE = 5;
Review Comment:
I see 2 benefits though:
- readability by having a name rather than just a number
- having the "setup" of the class at the top (these are potential candidate
parameters)
--
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]