Disable UDP protocol due to #882

This commit is contained in:
JustArchi
2018-08-17 02:33:05 +02:00
parent bb55d71545
commit 6b55f5e3bb
2 changed files with 2 additions and 2 deletions

View File

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