mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-15 15:40:11 +08:00
Merge pull request #300 from misterdudu/patch-1
Fix: New rate limit rule from steam
This commit is contained in:
commit
0ccac69bea
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user