Do not wait longer than 5 sec

This commit is contained in:
JustArchi
2015-12-17 22:00:24 +01:00
parent c64a6fabbc
commit 488003993f

View File

@@ -311,7 +311,7 @@ namespace ArchiSteamFarm {
Logging.LogGenericInfo(Bot.BotName, "Sending signal to stop farming");
FarmResetEvent.Set();
while (NowFarming) {
for (var i = 0; i < 5 && NowFarming; i++) {
Logging.LogGenericInfo(Bot.BotName, "Waiting for reaction...");
await Utilities.SleepAsync(1000).ConfigureAwait(false);
}