Ewocker commented on a change in pull request #508:
URL: https://github.com/apache/jackrabbit-oak/pull/508#discussion_r826386346



##########
File path: 
oak-run-commons/src/main/java/org/apache/jackrabbit/oak/index/indexer/document/flatfile/FlatFileNodeStoreBuilder.java
##########
@@ -59,12 +59,30 @@
     /**
      * Default value for {@link #PROP_THREAD_POOL_SIZE}
      */
-    static final String DEFAULT_NUMBER_OF_DATA_DUMP_THREADS = "4";
+    static final int DEFAULT_NUMBER_OF_DATA_DUMP_THREADS = 4;
     /**
      * System property for specifying number of threads for parallel download 
when using {@link MultithreadedTraverseWithSortStrategy}
      */
     static final String PROP_THREAD_POOL_SIZE = 
"oak.indexer.dataDumpThreadPoolSize";
 
+    /**
+     * Default value for {@link #PROP_MERGE_THREAD_POOL_SIZE}
+     */
+    static final int DEFAULT_NUMBER_OF_MERGE_TASK_THREADS = 4;

Review comment:
       sure.




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