Skip to content

Commit

Permalink
ns
Browse files Browse the repository at this point in the history
  • Loading branch information
belaban committed Aug 6, 2024
1 parent 165b8c9 commit 2cb4e85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/org/jgroups/protocols/ReliableMulticast.java
Original file line number Diff line number Diff line change
Expand Up @@ -394,7 +394,7 @@ public void init() throws Exception {
}

if(suppress_time_non_member_warnings > 0)
suppress_log_non_member=new SuppressLog<>(log, "MsgDroppedNak", "SuppressMsg");
suppress_log_non_member=new SuppressLog<>(log, "MsgDroppedNak");

// max bundle size (minus overhead) divided by <long size> times bits per long
int estimated_max_msgs_in_xmit_req=(transport.getBundler().getMaxSize() -50) * Global.LONG_SIZE;
Expand Down

0 comments on commit 2cb4e85

Please sign in to comment.