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 {
2424 */
2525 public static final int CORE_POOL_SIZE = 0 ;
2626
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.
3327 public static final int SCHEDULED_EXECUTOR_POOL_SIZE = 2 ;
3428
3529 /**
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments