Skip to content

Commit a370ff3

Browse files
authored
increase cache multiplier for [VisualStudioMarketplace] (#11780)
we have millions of errors showing up, our api usage is way over our limits.
1 parent 6113242 commit a370ff3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

services/visual-studio-marketplace/visual-studio-marketplace-base.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export default class VisualStudioMarketplaceBase extends BaseJsonService {
5555
static get _cacheLength() {
5656
// we reached rate limit, instead of fine tuning for each service
5757
// we add a multipler to the default category cache length
58-
return Math.floor(super._cacheLength * 1.5)
58+
return Math.floor(super._cacheLength * 3)
5959
}
6060

6161
static defaultBadgeData = {

0 commit comments

Comments
 (0)