Fix: New rate limit rule from steam

Steam added a new rule for inventories. Requesting with a "count" higher than 2000 will ban the proxy after four requests. All requests made with less than 2001 will have a rate limit of around 60/min per proxy.
This commit is contained in:
Eduardo 2022-10-28 04:34:16 -03:00 committed by GitHub
parent b11734cd9b
commit 48d63857e2
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -526,7 +526,7 @@ SteamCommunity.prototype.getUserInventoryContents = function(userID, appID, cont
},
"qs": {
"l": language, // Default language
"count": 5000, // Max items per 'page'
"count": 2000, // Max items per 'page'
"start_assetid": start
},
"json": true