File tree Expand file tree Collapse file tree 2 files changed +0
-8
lines changed
main/java/ch/qos/logback/core
test/java/ch/qos/logback/core Expand file tree Collapse file tree 2 files changed +0
-8
lines changed Original file line number Diff line number Diff line change @@ -24,12 +24,6 @@ public class CoreConstants {
24
24
*/
25
25
public static final int CORE_POOL_SIZE = 0 ;
26
26
27
- // Apparently ScheduledThreadPoolExecutor has limitation where a task cannot be
28
- // submitted from within a running task unless the pool has worker threads already available.
29
- // ThreadPoolExecutor does not have this limitation.
30
- // This causes tests failures in SocketReceiverTest.testDispatchEventForEnabledLevel and
31
- // ServerSocketReceiverFunctionalTest.testLogEventFromClient.
32
- // We thus set a pool size > 0 for tests to pass.
33
27
public static final int SCHEDULED_EXECUTOR_POOL_SIZE = 2 ;
34
28
35
29
/**
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments