working as intended

This commit is contained in:
benbierens 2024-06-28 09:16:12 +02:00
parent c57dc4daa1
commit 7eed6160eb
No known key found for this signature in database
GPG Key ID: 877D2C2E09A22F3A
1 changed files with 1 additions and 1 deletions

View File

@ -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;