Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
artem-v committed Jul 8, 2024
1 parent d0f1f43 commit 5c855e8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -306,7 +306,7 @@ void nextGossipMembers() {
final int limit = step * (size / step);
final int nextLimit = index + step;

if (nextLimit >= limit) {
if (nextLimit > limit) {
index = 0;
shuffle();
}
Expand Down

0 comments on commit 5c855e8

Please sign in to comment.