2
0
mirror of synced 2025-01-26 00:08:57 +00:00

Increases marketplace graceperiod timespan.

This commit is contained in:
benbierens 2024-05-10 10:08:45 +02:00
parent 6995cbfb23
commit d8d7605ce5
No known key found for this signature in database
GPG Key ID: 877D2C2E09A22F3A

View File

@ -83,7 +83,7 @@ namespace CodexPlugin
{
private readonly ILog log;
private readonly CodexAccess codexAccess;
private readonly TimeSpan gracePeriod = TimeSpan.FromSeconds(10);
private readonly TimeSpan gracePeriod = TimeSpan.FromSeconds(30);
private DateTime? contractStartUtc;
public StoragePurchaseContract(ILog log, CodexAccess codexAccess, string purchaseId, StoragePurchaseRequest purchase)