Skip to content
Snippets Groups Projects
Unverified Commit f24b00fe authored by chris48s's avatar chris48s Committed by GitHub
Browse files

increase max age on reddit badges (#9282)

parent 1c64ec65
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ export default class RedditSubredditSubscribers extends BaseJsonService {
},
]
static _cacheLength = 7200
static defaultBadgeData = {
label: 'reddit',
namedLogo: 'reddit',
......
......@@ -31,6 +31,8 @@ export default class RedditUserKarma extends BaseJsonService {
},
]
static _cacheLength = 7200
static defaultBadgeData = {
label: 'reddit karma',
namedLogo: 'reddit',
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment