Commit 0056a9c 1 parent 2cb6d52 commit 0056a9c Copy full SHA for 0056a9c
File tree 1 file changed +3
-3
lines changed
logback-core/src/main/java/ch/qos/logback/core
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,16 +27,16 @@ public class CoreConstants {
27
27
/**
28
28
* Number of idle threads to retain in a context's executor service.
29
29
*/
30
- public static final int CORE_POOL_SIZE = 0 ;
30
+ public static final int CORE_POOL_SIZE = 4 ;
31
31
32
32
// In Java 21 and later the actual threads are assumed to be virtual
33
33
public static final int SCHEDULED_EXECUTOR_POOL_SIZE = 4 ;
34
34
35
35
/**
36
36
* Maximum number of threads to allow in a context's executor service.
37
+ * @deprecated no longer used
38
+ *
37
39
*/
38
- // if you need a different MAX_POOL_SIZE, please file create a github issue
39
- // asking for a larger MAX_POOL_SIZE parameter.
40
40
public static final int MAX_POOL_SIZE = 32 ;
41
41
42
42
// Note that the line.separator property can be looked up even by
You can’t perform that action at this time.
0 commit comments