Skip to content

Commit

Permalink
Set TQB.drop_when_fulll to true by default (https://issues.redhat.com…
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Apr 24, 2024
1 parent ceca494 commit 15d6eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/protocols/TransferQueueBundler.java
Expand Up @@ -24,7 +24,7 @@ public class TransferQueueBundler extends BaseBundler implements Runnable {

@Property(description="When the queue is full, senders will drop a message rather than wait until space " +
"is available (https://issues.redhat.com/browse/JGRP-2765)")
protected boolean drop_when_full;
protected boolean drop_when_full=true;

protected volatile boolean running=true;
@ManagedAttribute(description="Number of times a message was sent because the queue was full", type= SCALAR)
Expand Down

0 comments on commit 15d6eeb

Please sign in to comment.