Skip to content

Commit

Permalink
chore: blacklist summer sale 2024 appid (#3226)
Browse files Browse the repository at this point in the history
  • Loading branch information
nolddor committed Jun 20, 2024
1 parent dc7ee7f commit 0768765
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ArchiSteamFarm/Steam/Cards/CardsFarmer.cs
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ public sealed class CardsFarmer : IAsyncDisposable, IDisposable {
private const byte HoursToIgnore = 1; // How many hours we ignore unreleased appIDs and don't bother checking them again

[PublicAPI]
public static readonly FrozenSet<uint> SalesBlacklist = new HashSet<uint>(20) { 267420, 303700, 335590, 368020, 425280, 480730, 566020, 639900, 762800, 876740, 991980, 1195670, 1343890, 1465680, 1658760, 1797760, 2021850, 2243720, 2459330, 2640280 }.ToFrozenSet();
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();

private static readonly ConcurrentDictionary<uint, DateTime> GloballyIgnoredAppIDs = new(); // Reserved for unreleased games

Expand Down

0 comments on commit 0768765

Please sign in to comment.