mirror of
https://github.com/codex-storage/cs-codex-dist-tests.git
synced 2025-02-11 11:37:12 +00:00
working as intended
This commit is contained in:
parent
c57dc4daa1
commit
7eed6160eb
@ -14,7 +14,7 @@ namespace AutoClient
|
|||||||
public string DataPath { get; set; } = "datapath";
|
public string DataPath { get; set; } = "datapath";
|
||||||
|
|
||||||
[Uniform("purchases", "np", "PURCHASES", false, "Number of concurrent purchases.")]
|
[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)")]
|
[Uniform("contract-duration", "cd", "CONTRACTDURATION", false, "contract duration in minutes. (default 30)")]
|
||||||
public int ContractDurationMinutes { get; set; } = 30;
|
public int ContractDurationMinutes { get; set; } = 30;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user