fix exception in GameTdbScraper

This commit is contained in:
13xforever 2018-08-27 20:38:29 +05:00 committed by Roberto Anić Banić
parent 18b16ab992
commit 9fc1282c90

View File

@ -39,7 +39,7 @@ namespace CompatBot.ThumbScrapper
{
PrintError(e);
}
await Task.Delay(TimeSpan.FromDays(30), cancellationToken).ConfigureAwait(false);
await Task.Delay(TimeSpan.FromDays(1), cancellationToken).ConfigureAwait(false);
} while (!cancellationToken.IsCancellationRequested);
}