Skip to content

Commit

Permalink
javadoc edits in CoreConstants
Browse files Browse the repository at this point in the history
Signed-off-by: Ceki Gulcu <ceki@qos.ch>
  • Loading branch information
ceki committed Apr 19, 2023
1 parent 93d2acb commit e3d271c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,12 +24,6 @@ public class CoreConstants {
*/
public static final int CORE_POOL_SIZE = 0;

// Apparently ScheduledThreadPoolExecutor has limitation where a task cannot be
// submitted from within a running task unless the pool has worker threads already available.
// ThreadPoolExecutor does not have this limitation.
// This causes tests failures in SocketReceiverTest.testDispatchEventForEnabledLevel and
// ServerSocketReceiverFunctionalTest.testLogEventFromClient.
// We thus set a pool size > 0 for tests to pass.
public static final int SCHEDULED_EXECUTOR_POOL_SIZE = 2;

/**
Expand Down

This file was deleted.

0 comments on commit e3d271c

Please sign in to comment.