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