fix: reduce discount order expiry from 30 to 15 minutes
Build and Deploy to Production / build-and-deploy (push) Successful in 9m8s

This commit is contained in:
masoodafar-web
2026-02-24 00:24:02 +03:30
parent 5e9984f0e5
commit be80136ae8
@@ -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>
/// هر ۵ دقیقه چک می‌شود