Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
  • Loading branch information
Hellblazer committed Jul 4, 2024
1 parent 867de1a commit d743f34
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,7 @@ public class RbcTest {
private static final Parameters.Builder parameters = Parameters.newBuilder()
.setMaxMessages(100)
.setFalsePositiveRate(0.00125)
.setBufferSize(500)
.setDedupBufferSize(
LARGE_TESTS ? 100 * 100 : 50 * 50)
.setDedupFpr(Math.pow(10, -9));
.setBufferSize(500);
final AtomicReference<CountDownLatch> round = new AtomicReference<>();
private final List<Router> communications = new ArrayList<>();
private final AtomicInteger totalReceived = new AtomicInteger(0);
Expand Down

0 comments on commit d743f34

Please sign in to comment.