Skip to content

Commit

Permalink
increase max age on reddit badges (#9282)
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 Jun 18, 2023
1 parent 1c64ec6 commit f24b00f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions services/reddit/subreddit-subscribers.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ export default class RedditSubredditSubscribers extends BaseJsonService {
},
]

static _cacheLength = 7200

static defaultBadgeData = {
label: 'reddit',
namedLogo: 'reddit',
Expand Down
2 changes: 2 additions & 0 deletions services/reddit/user-karma.service.js
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ export default class RedditUserKarma extends BaseJsonService {
},
]

static _cacheLength = 7200

static defaultBadgeData = {
label: 'reddit karma',
namedLogo: 'reddit',
Expand Down

0 comments on commit f24b00f

Please sign in to comment.