From d9b14c1af2e931276ead96e3709f8a4207740c86 Mon Sep 17 00:00:00 2001 From: Citrinate Date: Sat, 9 Mar 2024 10:50:28 -0500 Subject: [PATCH] Update README.md --- BoosterManager/Data/MarketableApps.cs | 2 +- README.md | 3 +++ 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/BoosterManager/Data/MarketableApps.cs b/BoosterManager/Data/MarketableApps.cs index 0cead51..ff9366a 100644 --- a/BoosterManager/Data/MarketableApps.cs +++ b/BoosterManager/Data/MarketableApps.cs @@ -10,7 +10,7 @@ internal static class MarketableApps { internal static HashSet 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); diff --git a/README.md b/README.md index 1cafe64..0129c62 100644 --- a/README.md +++ b/README.md @@ -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