mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 06:00:46 +00:00
Misc
This commit is contained in:
@@ -1702,7 +1702,7 @@ namespace ArchiSteamFarm {
|
||||
|
||||
if (lastLogOnResult == EResult.RateLimitExceeded) {
|
||||
Logging.LogGenericInfo("Will retry after 25 minutes...", BotName);
|
||||
await Task.Delay(25*60*1000).ConfigureAwait(false); // Captcha disappears after around 20 minutes, so we make it 25
|
||||
await Task.Delay(25 * 60 * 1000).ConfigureAwait(false); // Captcha disappears after around 20 minutes, so we make it 25
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user