increase max-age on [docker] badges, again (#9350)

This commit is contained in:
chris48s
2023-07-03 17:48:50 +01:00
committed by GitHub
parent c37dd08349
commit 1afa3b7871
2 changed files with 3 additions and 1 deletions

View File

@@ -26,7 +26,7 @@ export default class DockerPulls extends BaseJsonService {
},
]
static _cacheLength = 3600
static _cacheLength = 7200
static defaultBadgeData = { label: 'docker pulls' }

View File

@@ -26,6 +26,8 @@ export default class DockerStars extends BaseJsonService {
},
]
static _cacheLength = 7200
static defaultBadgeData = { label: 'docker stars' }
static render({ stars }) {