Skip to content

Commit

Permalink
Меняет период обновлений
Browse files Browse the repository at this point in the history
  • Loading branch information
igsekor committed Apr 5, 2024
1 parent db33364 commit b15b8e9
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 = '28d'
const CACHE_DURATION = '48d'

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

0 comments on commit b15b8e9

Please sign in to comment.