Skip to content

Commit

Permalink
Misc
Browse files Browse the repository at this point in the history
  • Loading branch information
JustArchi committed Aug 6, 2024
1 parent 0c3c4c0 commit ce4b41e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArchiSteamFarm/Steam/Bot.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2056,7 +2056,7 @@ private async Task Destroy(bool force = false) {
if (callbacksAborted is { IsCancellationRequested: false }) {
Utilities.InBackground(
async () => {
await Task.Delay(5000, CancellationToken.None).ConfigureAwait(false);
await Task.Delay(CallbackSleep * WebBrowser.MaxTries, CancellationToken.None).ConfigureAwait(false);
try {
await callbacksAborted.CancelAsync().ConfigureAwait(false);
Expand Down

0 comments on commit ce4b41e

Please sign in to comment.