Timer lock work done

This commit is contained in:
TheXamlGuy
2024-07-18 21:45:15 +01:00
parent c7d4daca94
commit 925de28bac
4 changed files with 65 additions and 22 deletions
+2
View File
@@ -6,4 +6,6 @@ public record WalletConfiguration :
ComponentConfiguration
{
public string? Key { get; set; }
public long? LockTimeout { get; set; } = 300000;
}