We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6113242 commit a370ff3Copy full SHA for a370ff3
services/visual-studio-marketplace/visual-studio-marketplace-base.js
@@ -55,7 +55,7 @@ export default class VisualStudioMarketplaceBase extends BaseJsonService {
55
static get _cacheLength() {
56
// we reached rate limit, instead of fine tuning for each service
57
// we add a multipler to the default category cache length
58
- return Math.floor(super._cacheLength * 1.5)
+ return Math.floor(super._cacheLength * 3)
59
}
60
61
static defaultBadgeData = {
0 commit comments