This commit is contained in:
2025-08-06 15:00:59 +04:00
parent 23f658e76a
commit fc17607567
2 changed files with 2 additions and 2 deletions

View File

@@ -81,7 +81,7 @@ public class RemovingBillets
{
ct.ThrowIfCancellationRequested();
await SendToRoll(product.ProductId, conn, ct);
Thread.Sleep(5000);
Thread.Sleep(10000);
}
return true;