This commit is contained in:
JustArchi
2016-09-21 16:10:28 +02:00
parent f6e7c06141
commit 6489502be7

View File

@@ -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
}
}