mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2026-08-19 13:13:28 +08:00
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:
@@ -590,7 +590,7 @@ SteamCommunity.prototype.getUserInventoryContents = function(userID, appID, cont
|
|||||||
},
|
},
|
||||||
"qs": {
|
"qs": {
|
||||||
"l": language, // Default language
|
"l": language, // Default language
|
||||||
"count": 2000, // Max items per 'page'
|
"count": 5000, // Max items per 'page'
|
||||||
"start_assetid": start
|
"start_assetid": start
|
||||||
},
|
},
|
||||||
"json": true
|
"json": true
|
||||||
|
|||||||
Reference in New Issue
Block a user