Skip to content

Commit

Permalink
fix kek
Browse files Browse the repository at this point in the history
  • Loading branch information
KirillKurdyukov committed Aug 14, 2024
1 parent fb664a1 commit cc5a789
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slo/src/Internal/SloContext.cs
Original file line number Diff line number Diff line change
Expand Up @@ -189,7 +189,7 @@ Task ShootingTask(RateLimitPolicy rateLimitPolicy, string shootingName,
_logger.LogInformation(e, "Waiting {ShootingName} task, count active tasks: {}", shootingName,
Interlocked.Read(ref activeTasks));
await Task.Delay(e.RetryAfter, cancellationTokenSource.Token);
await Task.Delay(990, cancellationTokenSource.Token);
}
}
Expand Down

0 comments on commit cc5a789

Please sign in to comment.