Bump default WebLimiterDelay

This commit is contained in:
JustArchi
2018-12-07 22:22:26 +01:00
parent c684582ce1
commit 1a6b8792e5

View File

@@ -57,7 +57,7 @@ namespace ArchiSteamFarm {
private const ProtocolTypes DefaultSteamProtocols = ProtocolTypes.All;
private const EUpdateChannel DefaultUpdateChannel = EUpdateChannel.Stable;
private const byte DefaultUpdatePeriod = 24;
private const ushort DefaultWebLimiterDelay = 200;
private const ushort DefaultWebLimiterDelay = 300;
private const string DefaultWebProxyPassword = null;
private const string DefaultWebProxyText = null;
private const string DefaultWebProxyUsername = null;