Keep using TCP protocol only for now

This commit is contained in:
JustArchi
2017-12-09 10:13:14 +01:00
parent fd31256be8
commit 01753bbd45
2 changed files with 2 additions and 2 deletions

View File

@@ -117,7 +117,7 @@ namespace ArchiSteamFarm {
internal ulong SteamOwnerID { get; private set; }
[JsonProperty(Required = Required.DisallowNull)]
internal ProtocolTypes SteamProtocols { get; private set; } = ProtocolTypes.Tcp | ProtocolTypes.Udp;
internal ProtocolTypes SteamProtocols { get; private set; } = ProtocolTypes.Tcp;
// This constructor is used only by deserializer
private GlobalConfig() { }

View File

@@ -19,7 +19,7 @@
"OptimizationMode": 0,
"Statistics": true,
"SteamOwnerID": 0,
"SteamProtocols": 3,
"SteamProtocols": 1,
"UpdateChannel": 1,
"UpdatePeriod": 24
}