increase max age on reddit badges (#9282)

Co-authored-by: repo-ranger[bot] <39074581+repo-ranger[bot]@users.noreply.github.com>
This commit is contained in:
chris48s
2023-06-18 12:50:19 +01:00
committed by GitHub
parent 1c64ec6528
commit f24b00fecd
2 changed files with 4 additions and 0 deletions

View File

@@ -30,6 +30,8 @@ export default class RedditSubredditSubscribers extends BaseJsonService {
},
]
static _cacheLength = 7200
static defaultBadgeData = {
label: 'reddit',
namedLogo: 'reddit',

View File

@@ -31,6 +31,8 @@ export default class RedditUserKarma extends BaseJsonService {
},
]
static _cacheLength = 7200
static defaultBadgeData = {
label: 'reddit karma',
namedLogo: 'reddit',