We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54464de commit 27e98f4Copy full SHA for 27e98f4
1 file changed
openaev-api/src/main/java/io/openaev/config/ThreadPoolTaskLoggerConfig.java
@@ -22,8 +22,8 @@ public class ThreadPoolTaskLoggerConfig {
22
private ThreadPoolTaskExecutor createBaseExecutor() {
23
ThreadPoolTaskExecutor executor = new ThreadPoolTaskExecutor();
24
25
- // TODO AUDIT: find a better way to configure this variables dynamically - maybe through properties
26
- // file.
+ // TODO AUDIT: find a better way to configure this variables dynamically - maybe through
+ // properties file.
27
28
executor.setCorePoolSize(10);
29
executor.setMaxPoolSize(50);
0 commit comments