Skip to content

Commit a23c427

Browse files
committed
Lattice demo updates (1 million changes!)
1 parent f3f1be0 commit a23c427

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

convex-peer/src/test/java/convex/node/LatticeDemo.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,8 +50,8 @@ public class LatticeDemo {
5050

5151
// Configuration: How many nodes and operations to run
5252
private static final int NUM_NODES = 3; // Number of independent nodes in the network
53-
private static final int MERGES = 100; // Number of merge batches to perform
54-
private static final int MODS = 100; // Number of modifications per merge batch
53+
private static final int MERGES = 1000; // Number of merge batches to perform
54+
private static final int MODS = 1000; // Number of modifications per merge batch
5555
private static final int BASE_PORT = 19700; // Starting port number for nodes
5656

5757
public static void main(String[] args) throws Exception {

0 commit comments

Comments
 (0)