We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efb4bf5 commit 160bfe0Copy full SHA for 160bfe0
src/main/java/edu/kit/datamanager/pit/Application.java
@@ -92,7 +92,7 @@ public class Application {
92
protected static final String ERROR_COMMUNICATION = "Communication error: {}";
93
protected static final String ERROR_CONFIGURATION = "Configuration error: {}";
94
95
- protected static final Executor EXECUTOR = Executors.newWorkStealingPool(35);
+ protected static final Executor EXECUTOR = Executors.newWorkStealingPool();
96
97
98
@Bean
0 commit comments