From 56eb5ba8a8d3e0e3ff254767dfbdd8ff12ead978 Mon Sep 17 00:00:00 2001 From: JustArchi Date: Mon, 22 Jun 2020 16:41:54 +0200 Subject: [PATCH] Misc --- ArchiSteamFarm/GlobalConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ArchiSteamFarm/GlobalConfig.cs b/ArchiSteamFarm/GlobalConfig.cs index 80a940818..1594ae56e 100644 --- a/ArchiSteamFarm/GlobalConfig.cs +++ b/ArchiSteamFarm/GlobalConfig.cs @@ -36,12 +36,12 @@ using SteamKit2; namespace ArchiSteamFarm { [SuppressMessage("ReSharper", "ClassCannotBeInstantiated")] public sealed class GlobalConfig { - internal const byte DefaultConnectionTimeout = 90; internal const byte DefaultLoginLimiterDelay = 10; private const bool DefaultAutoRestart = true; private const string DefaultCommandPrefix = "!"; private const byte DefaultConfirmationsLimiterDelay = 10; + private const byte DefaultConnectionTimeout = 90; private const string DefaultCurrentCulture = null; private const bool DefaultDebug = false; private const byte DefaultFarmingDelay = 15;