Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Citrinate committed Mar 9, 2024
1 parent 09f3cb8 commit d9b14c1
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion BoosterManager/Data/MarketableApps.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ internal static class MarketableApps {
internal static HashSet<uint> AppIDs = new();

private static Uri Source = new("https://raw.githubusercontent.com/Citrinate/Steam-MarketableApps/main/data/marketable_apps.min.json");
private static TimeSpan UpdateFrequency = TimeSpan.FromHours(1);
private static TimeSpan UpdateFrequency = TimeSpan.FromMinutes(30);
private static DateTime? LastUpdate;
private static SemaphoreSlim UpdateSemaphore = new SemaphoreSlim(1, 1);

Expand Down
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,9 @@ Command | Alias |
"AllowCraftUnmarketableBoosters": false,
```

> [!NOTE]
> There can be a delay of up to 1 hour before the plugin is aware that the booster for a new game is marketable, or that the booster for a removed game is unmarketable.
---

### GamesToBooster
Expand Down

0 comments on commit d9b14c1

Please sign in to comment.