mirror of
https://github.com/DoctorMcKay/node-steamcommunity.git
synced 2025-03-24 06:00:07 +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": {
|
"qs": {
|
||||||
"l": language, // Default language
|
"l": language, // Default language
|
||||||
"count": 5000, // Max items per 'page'
|
"count": 2000, // Max items per 'page'
|
||||||
"start_assetid": start
|
"start_assetid": start
|
||||||
},
|
},
|
||||||
"json": true
|
"json": true
|
||||||
|
Loading…
Reference in New Issue
Block a user