File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
convex-peer/src/test/java/convex/node Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 {
You can’t perform that action at this time.
0 commit comments