Change HoursToIgnore to 1

This commit is contained in:
JustArchi
2021-01-26 11:56:10 +01:00
parent ce4984f8dc
commit 2e0cc7ce87

View File

@@ -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<uint> SalesBlacklist = ImmutableHashSet.Create<uint>(267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670, 1343890, 1465680);