Decrease PICS refresh timer

We don't need to fetch info that often
This commit is contained in:
Archi 2021-12-11 15:35:48 +01:00
parent e259f9e32f
commit 944df1cfc8
No known key found for this signature in database
GPG key ID: 6B138B4C64555AEA

View file

@ -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; }