End websocket tests

This commit is contained in:
JustArchi
2017-09-17 18:05:38 +02:00
parent f7cf8cf3af
commit 5f20781e2c
2 changed files with 2 additions and 2 deletions

View File

@@ -105,7 +105,7 @@ namespace ArchiSteamFarm {
internal readonly bool Statistics = true;
[JsonProperty(Required = Required.DisallowNull)]
internal readonly ProtocolTypes SteamProtocols = ProtocolTypes.WebSocket;
internal readonly ProtocolTypes SteamProtocols = ProtocolTypes.All;
[JsonProperty(Required = Required.DisallowNull)]
internal readonly EUpdateChannel UpdateChannel = EUpdateChannel.Stable;

View File

@@ -19,6 +19,6 @@
"OptimizationMode": 0,
"Statistics": true,
"SteamOwnerID": 0,
"SteamProtocols": 4,
"SteamProtocols": 7,
"UpdateChannel": 1
}