Skip to content

Commit db33364

Browse files
committed
Увеличивает срок кеширования
1 parent eb03212 commit db33364

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/libs/github-contribution-service/github-contribution-service.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ const CACHE_KEY_STAT = 'GITHUB_AUTHORS_CONTRIBUTION'
1616
const CACHE_KEY_EXISTS = 'GITHUB_AUTHORS_EXISTS'
1717
const CACHE_KEY_ID = 'GITHUB_AUTHORS_ID'
1818
const CACHE_KEY_ACTIONS = 'GITHUB_AUTHORS_ACTIONS'
19-
const CACHE_DURATION = '21d'
19+
const CACHE_DURATION = '28d'
2020

2121
const assetCache = {}
2222
assetCache['stat'] = new Cache.AssetCache(CACHE_KEY_STAT)

0 commit comments

Comments
 (0)