mirror of
https://github.com/JustArchiNET/ArchiSteamFarm
synced 2024-11-10 07:04:27 +00:00
Decrease PICS refresh timer
We don't need to fetch info that often
This commit is contained in:
parent
e259f9e32f
commit
944df1cfc8
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
||||
|
|
Loading…
Reference in a new issue