This commit is contained in:
JustArchi
2017-01-31 20:57:56 +01:00
parent 281577698b
commit 4133254f7f

View File

@@ -35,7 +35,7 @@ using SteamKit2.Internal;
namespace ArchiSteamFarm {
internal sealed class ArchiHandler : ClientMsgHandler {
internal const byte MaxGamesPerPICSRequest = 10; // TODO: This might need to be corrected
internal const byte MaxGamesPerPICSRequest = 1; // TODO: This might need to be corrected
internal const byte MaxGamesPlayedConcurrently = 32; // This is limit introduced by Steam Network
private readonly ArchiLogger ArchiLogger;