Update count parameter when loading inventory (#2730)

This change lessers the impacts of recent changes to the endpoint. It is still limited, but at least you can do more than 3 requests 😃
This commit is contained in:
Arkadiusz Sygulski
2022-10-28 19:00:05 +02:00
committed by GitHub
parent 0af94d491f
commit 17563149b6

View File

@@ -48,7 +48,7 @@ using SteamKit2;
namespace ArchiSteamFarm.Steam.Integration;
public sealed class ArchiWebHandler : IDisposable {
internal const ushort MaxItemsInSingleInventoryRequest = 5000;
internal const ushort MaxItemsInSingleInventoryRequest = 2000;
private const string EconService = "IEconService";
private const string LoyaltyRewardsService = "ILoyaltyRewardsService";