Skip to content

Commit 7eed616

Browse files
committed
working as intended
1 parent c57dc4d commit 7eed616

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Tools/AutoClient/Configuration.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ public class Configuration
1414
public string DataPath { get; set; } = "datapath";
1515

1616
[Uniform("purchases", "np", "PURCHASES", false, "Number of concurrent purchases.")]
17-
public int NumConcurrentPurchases { get; set; } = 1;
17+
public int NumConcurrentPurchases { get; set; } = 10;
1818

1919
[Uniform("contract-duration", "cd", "CONTRACTDURATION", false, "contract duration in minutes. (default 30)")]
2020
public int ContractDurationMinutes { get; set; } = 30;

0 commit comments

Comments
 (0)