This commit is contained in:
JustArchi
2018-10-12 16:57:02 +02:00
parent d46c3a66b7
commit a1e2d4f8c1

View File

@@ -53,7 +53,7 @@ namespace ArchiSteamFarm {
private const bool DefaultStatistics = true;
private const string DefaultSteamMessagePrefix = "/me ";
private const ulong DefaultSteamOwnerID = 0;
private const ProtocolTypes DefaultSteamProtocols = ProtocolTypes.Tcp | ProtocolTypes.WebSocket;
private const ProtocolTypes DefaultSteamProtocols = ProtocolTypes.All;
private const EUpdateChannel DefaultUpdateChannel = EUpdateChannel.Stable;
private const byte DefaultUpdatePeriod = 24;
private const ushort DefaultWebLimiterDelay = 200;