mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-16 08:25:28 +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; }
|
internal ulong SteamOwnerID { get; private set; }
|
||||||
|
|
||||||
[JsonProperty(Required = Required.DisallowNull)]
|
[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
|
// This constructor is used only by deserializer
|
||||||
private GlobalConfig() { }
|
private GlobalConfig() { }
|
||||||
|
|||||||
@@ -19,7 +19,7 @@
|
|||||||
"OptimizationMode": 0,
|
"OptimizationMode": 0,
|
||||||
"Statistics": true,
|
"Statistics": true,
|
||||||
"SteamOwnerID": 0,
|
"SteamOwnerID": 0,
|
||||||
"SteamProtocols": 3,
|
"SteamProtocols": 1,
|
||||||
"UpdateChannel": 1,
|
"UpdateChannel": 1,
|
||||||
"UpdatePeriod": 24
|
"UpdatePeriod": 24
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user