fix: reduce discount order expiry from 30 to 15 minutes
Build and Deploy to Kubernetes / build-and-deploy (push) Has been cancelled
Build and Deploy to Kubernetes / build-and-deploy (push) Has been cancelled
This commit is contained in:
@@ -17,9 +17,9 @@ public class ExpirePendingOrdersService : BackgroundService
|
|||||||
private readonly ILogger<ExpirePendingOrdersService> _logger;
|
private readonly ILogger<ExpirePendingOrdersService> _logger;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// مدت زمان انقضا (۳۰ دقیقه)
|
/// مدت زمان انقضا (۱۵ دقیقه)
|
||||||
/// </summary>
|
/// </summary>
|
||||||
private static readonly TimeSpan ExpirationTime = TimeSpan.FromMinutes(30);
|
private static readonly TimeSpan ExpirationTime = TimeSpan.FromMinutes(15);
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// هر ۵ دقیقه چک میشود
|
/// هر ۵ دقیقه چک میشود
|
||||||
|
|||||||
Reference in New Issue
Block a user