From 2e0cc7ce8774c9f20705d7c12d8c3c81938d6ddb Mon Sep 17 00:00:00 2001 From: JustArchi Date: Tue, 26 Jan 2021 11:56:10 +0100 Subject: [PATCH] Change HoursToIgnore to 1 --- ArchiSteamFarm/CardsFarmer.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/CardsFarmer.cs b/ArchiSteamFarm/CardsFarmer.cs index 8d343156e..07a77fc5a 100755 --- a/ArchiSteamFarm/CardsFarmer.cs +++ b/ArchiSteamFarm/CardsFarmer.cs @@ -43,7 +43,7 @@ namespace ArchiSteamFarm { internal const byte HoursForRefund = 2; // Up to how many hours we're allowed to play for refund private const byte ExtraFarmingDelaySeconds = 10; // In seconds, how much time to add on top of FarmingDelay (helps fighting misc time differences of Steam network) - private const byte HoursToIgnore = 24; // How many hours we ignore unreleased appIDs and don't bother checking them again + private const byte HoursToIgnore = 1; // How many hours we ignore unreleased appIDs and don't bother checking them again [PublicAPI] public static readonly ImmutableHashSet SalesBlacklist = ImmutableHashSet.Create(267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670, 1343890, 1465680);