mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-01 22:20:52 +00:00
Closes #882
This commit is contained in:
@@ -53,7 +53,7 @@ namespace ArchiSteamFarm {
|
||||
private const bool DefaultStatistics = true;
|
||||
private const string DefaultSteamMessagePrefix = "/me ";
|
||||
private const ulong DefaultSteamOwnerID = 0;
|
||||
private const ProtocolTypes DefaultSteamProtocols = ProtocolTypes.Tcp | ProtocolTypes.WebSocket;
|
||||
private const ProtocolTypes DefaultSteamProtocols = ProtocolTypes.All;
|
||||
private const EUpdateChannel DefaultUpdateChannel = EUpdateChannel.Stable;
|
||||
private const byte DefaultUpdatePeriod = 24;
|
||||
private const ushort DefaultWebLimiterDelay = 200;
|
||||
|
||||
Reference in New Issue
Block a user