Skip to content

Commit

Permalink
MsgStats is disabled by default (https://issues.redhat.com/browse/JGR…
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Sep 3, 2024
1 parent 9712640 commit e3e3704
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/protocols/MsgStats.java
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
*/
public class MsgStats {
@Property(description="Whether metrics should be logged")
protected boolean enabled=true;
protected boolean enabled;

@ManagedAttribute(description="Number of unicast messages sent",type=SCALAR)
protected final LongAdder num_ucasts_sent=new LongAdder();
Expand Down

0 comments on commit e3e3704

Please sign in to comment.