Merge pull request #300 from misterdudu/patch-1

Fix: New rate limit rule from steam
This commit is contained in:
DoctorMcKay 2022-10-28 04:30:41 -04:00 committed by GitHub
commit 0ccac69bea
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