Skip to content

Commit 160bfe0

Browse files
committed
speedup: use default work stealing executor for "async" cache
1 parent efb4bf5 commit 160bfe0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/edu/kit/datamanager/pit/Application.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ public class Application {
9292
protected static final String ERROR_COMMUNICATION = "Communication error: {}";
9393
protected static final String ERROR_CONFIGURATION = "Configuration error: {}";
9494

95-
protected static final Executor EXECUTOR = Executors.newWorkStealingPool(35);
95+
protected static final Executor EXECUTOR = Executors.newWorkStealingPool();
9696

9797

9898
@Bean

0 commit comments

Comments
 (0)