mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
Keep using TCP protocol only for now
This commit is contained in:
@@ -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() { }
|
||||
|
||||
@@ -19,7 +19,7 @@
|
||||
"OptimizationMode": 0,
|
||||
"Statistics": true,
|
||||
"SteamOwnerID": 0,
|
||||
"SteamProtocols": 3,
|
||||
"SteamProtocols": 1,
|
||||
"UpdateChannel": 1,
|
||||
"UpdatePeriod": 24
|
||||
}
|
||||
Reference in New Issue
Block a user