set a higher default cacheLength on rating/star category (#7587)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
chris48s
2022-02-10 21:02:22 +00:00
committed by GitHub
parent d8aab9895c
commit ace5e03221

View File

@@ -147,6 +147,7 @@ class BaseService {
version: 300,
debug: 60,
downloads: 900,
rating: 900,
social: 900,
}
return cacheLengths[this.category]