working as intended
This commit is contained in:
parent
c57dc4daa1
commit
7eed6160eb
|
@ -14,7 +14,7 @@ namespace AutoClient
|
|||
public string DataPath { get; set; } = "datapath";
|
||||
|
||||
[Uniform("purchases", "np", "PURCHASES", false, "Number of concurrent purchases.")]
|
||||
public int NumConcurrentPurchases { get; set; } = 1;
|
||||
public int NumConcurrentPurchases { get; set; } = 10;
|
||||
|
||||
[Uniform("contract-duration", "cd", "CONTRACTDURATION", false, "contract duration in minutes. (default 30)")]
|
||||
public int ContractDurationMinutes { get; set; } = 30;
|
||||
|
|
Loading…
Reference in New Issue