mirror of
https://github.com/JustArchiNET/ArchiSteamFarm.git
synced 2026-01-06 17:10:13 +00:00
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:
committed by
GitHub
parent
0af94d491f
commit
17563149b6
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user