From e1305f185588339a71272c79ca73bb0bd71e5654 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Thu, 29 Nov 2018 18:56:28 +0100 Subject: [PATCH] Double the limits --- ArchiSteamFarm/Statistics.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ArchiSteamFarm/Statistics.cs b/ArchiSteamFarm/Statistics.cs index 9a25cc529..654298bdb 100644 --- a/ArchiSteamFarm/Statistics.cs +++ b/ArchiSteamFarm/Statistics.cs @@ -30,8 +30,8 @@ using Newtonsoft.Json; namespace ArchiSteamFarm { internal sealed class Statistics : IDisposable { - private const byte MaxMatchedBotsHard = 20; - private const byte MaxMatchesBotsSoft = 10; + private const byte MaxMatchedBotsHard = 40; + private const byte MaxMatchesBotsSoft = 20; private const byte MaxMatchingRounds = 10; private const byte MinAnnouncementCheckTTL = 6; // Minimum amount of hours we must wait before checking eligibility for Announcement, should be lower than MinPersonaStateTTL private const byte MinHeartBeatTTL = 10; // Minimum amount of minutes we must wait before sending next HeartBeat