fix: getUserInventoryContents() make unnecesary calls

Steam inventory limits are back to normal there is no reason to just gather 2k items instead 5k max allowed by API
This commit is contained in:
Jack Nolddor 2024-04-18 08:14:14 +02:00 committed by GitHub
parent ba6e29c935
commit cae85433f9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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