Make PICS changes happen a bit more often

This commit is contained in:
Łukasz Domeradzki
2024-06-11 10:11:15 +02:00
parent a23cdc9605
commit 48fb388da2

View File

@@ -33,7 +33,7 @@ using SteamKit2;
namespace ArchiSteamFarm.Steam.Integration;
internal static class SteamPICSChanges {
private const byte RefreshTimerInMinutes = 15;
private const byte RefreshTimerInMinutes = 5;
internal static bool LiveUpdate { get; private set; }