mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 14:10:53 +00:00
Decrease PICS refresh timer
We don't need to fetch info that often
This commit is contained in:
@@ -31,7 +31,7 @@ using SteamKit2;
|
||||
namespace ArchiSteamFarm.Steam.Integration;
|
||||
|
||||
internal static class SteamPICSChanges {
|
||||
private const byte RefreshTimerInMinutes = 5;
|
||||
private const byte RefreshTimerInMinutes = 15;
|
||||
|
||||
internal static bool LiveUpdate { get; private set; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user