Bump MinHeartBeatTTL from 5 to 10

This commit is contained in:
JustArchi
2017-02-08 14:55:40 +01:00
parent 1363b23008
commit d7f2610313

View File

@@ -33,7 +33,7 @@ using SteamKit2;
namespace ArchiSteamFarm {
internal sealed class Statistics : IDisposable {
private const byte MinHeartBeatTTL = 5; // Minimum amount of minutes we must wait before sending next HeartBeat
private const byte MinHeartBeatTTL = 10; // Minimum amount of minutes we must wait before sending next HeartBeat
private static readonly SemaphoreSlim InitializationSemaphore = new SemaphoreSlim(1);