Skip to content

Commit

Permalink
Увеличивает срок кеширования
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Mar 30, 2024
1 parent eb03212 commit db33364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ const CACHE_KEY_STAT = 'GITHUB_AUTHORS_CONTRIBUTION'
const CACHE_KEY_EXISTS = 'GITHUB_AUTHORS_EXISTS'
const CACHE_KEY_ID = 'GITHUB_AUTHORS_ID'
const CACHE_KEY_ACTIONS = 'GITHUB_AUTHORS_ACTIONS'
const CACHE_DURATION = '21d'
const CACHE_DURATION = '28d'

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

0 comments on commit db33364

Please sign in to comment.