Skip to content

Commit

Permalink
set a higher default cacheLength on rating/star category (#7587)
Browse files Browse the repository at this point in the history
Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
  • Loading branch information
chris48s and repo-ranger[bot] authored Feb 10, 2022
1 parent d8aab98 commit ace5e03
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/base-service/base.js
Original file line number Diff line number Diff line change
Expand Up @@ -147,6 +147,7 @@ class BaseService {
version: 300,
debug: 60,
downloads: 900,
rating: 900,
social: 900,
}
return cacheLengths[this.category]
Expand Down

0 comments on commit ace5e03

Please sign in to comment.