We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58f2b8e commit 1f27cb3Copy full SHA for 1f27cb3
ArchiSteamFarm/Steam/Cards/CardsFarmer.cs
@@ -58,7 +58,7 @@ public sealed class CardsFarmer : IAsyncDisposable, IDisposable {
58
private const byte HoursToIgnore = 1; // How many hours we ignore unreleased appIDs and don't bother checking them again
59
60
[PublicAPI]
61
- public static readonly FrozenSet<uint> SalesBlacklist = new HashSet<uint>(21) { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670, 1343890, 1465680, 1658760, 1797760, 2021850, 2243720, 2459330, 2640280, 2861690 }.ToFrozenSet();
+ public static readonly FrozenSet<uint> SalesBlacklist = new HashSet<uint>(22) { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670, 1343890, 1465680, 1658760, 1797760, 2021850, 2243720, 2459330, 2640280, 2861690, 2861720 }.ToFrozenSet();
62
63
private static readonly ConcurrentDictionary<uint, DateTime> GloballyIgnoredAppIDs = new(); // Reserved for unreleased games
64
0 commit comments