mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Misc
This commit is contained in:
@@ -885,7 +885,7 @@ public sealed class CardsFarmer : IAsyncDisposable, IDisposable {
|
||||
|
||||
if (keepFarming) {
|
||||
// We've got an event that suggests item drop, wait for a brief moment to fight with potential cache issues
|
||||
await Task.Delay(5000).ConfigureAwait(false);
|
||||
await Task.Delay(2000).ConfigureAwait(false);
|
||||
}
|
||||
} catch (TimeoutException e) {
|
||||
Bot.ArchiLogger.LogGenericDebuggingException(e);
|
||||
|
||||
Reference in New Issue
Block a user