Skip to content

Commit 7642a84

Browse files
committed
further optimizations to the jmx connector
1 parent c0049c3 commit 7642a84

File tree

6 files changed

+620
-769
lines changed

6 files changed

+620
-769
lines changed

common/src/java/org/jppf/jmx/JMXHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ public class JMXHelper {
4343
/**
4444
* The maximum number of notifications in a JMX connection queue.
4545
*/
46-
public static final int DEFAULT_MAX_NOTIFICATIONS_QUEUE_SIZE = 20_000;
46+
public static final int DEFAULT_MAX_NOTIFICATIONS_QUEUE_SIZE = 2_000;
4747
/**
4848
* Identifier for the initial handshake of a connection.
4949
*/

0 commit comments

Comments
 (0)