Skip to content

Commit 2924882

Browse files
committed
DO NOT MERGE: halve default write threads for Azure testing
1 parent ab690ba commit 2924882

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/src/main/java/org/elasticsearch/threadpool/DefaultBuiltInExecutorBuilders.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public Map<String, ExecutorBuilder> getBuilders(Settings settings, int allocated
4343
new FixedExecutorBuilder(
4444
settings,
4545
ThreadPool.Names.WRITE,
46-
allocatedProcessors,
46+
halfProc,
4747
10000,
4848
new EsExecutors.TaskTrackingConfig(true, indexAutoscalingEWMA)
4949
)

0 commit comments

Comments
 (0)