Skip to content

Commit a4979e0

Browse files
author
Ishan Chattopadhyaya
committed
SOLR-13350: Fixing tidy
1 parent ff6607d commit a4979e0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

solr/core/src/java/org/apache/solr/core/NodeConfig.java

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -627,8 +627,7 @@ public static class NodeConfigBuilder {
627627
// No:of core load threads in cloud mode is set to a default of 8
628628
public static final int DEFAULT_CORE_LOAD_THREADS_IN_CLOUD = 8;
629629

630-
public static final int DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS =
631-
4;
630+
public static final int DEFAULT_INDEX_SEARCHER_EXECUTOR_THREADS = 4;
632631

633632
private static final String DEFAULT_CORESLOCATORCLASS =
634633
"org.apache.solr.core.CorePropertiesLocator";

0 commit comments

Comments
 (0)