Skip to content

Commit

Permalink
MGDSTRM-10070 updating default connections to 9000 (#838)
Browse files Browse the repository at this point in the history
  • Loading branch information
shawkins authored Nov 23, 2022
1 parent 6697a5a commit 91ad6f7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ public static class TestParameters {

// defines the number and shape of a unit
public int units = 1;
public int maxConnectionsPerUnit = 3000;
public int maxConnectionsPerUnit = 9000;
public int maxPartitionsPerUnit = 1500;
public Quantity ingressPerUnit = Quantity.parse("50Mi");
public int egressMultiple = 2;
Expand Down

0 comments on commit 91ad6f7

Please # to comment.