We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff6607d commit a4979e0Copy full SHA for a4979e0
solr/core/src/java/org/apache/solr/core/NodeConfig.java
@@ -627,8 +627,7 @@ public static class NodeConfigBuilder {
627
// No:of core load threads in cloud mode is set to a default of 8
628
public static final int DEFAULT_CORE_LOAD_THREADS_IN_CLOUD = 8;
629
630
- public static final int DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS =
631
- 4;
+ public static final int DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS = 4;
632
633
private static final String DEFAULT_CORESLOCATORCLASS =
634
"org.apache.solr.core.CorePropertiesLocator";
0 commit comments