This commit is contained in:
Archi
2024-02-06 12:16:16 +01:00
parent 459cb44ff4
commit dbbb6802d4

View File

@@ -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);