From db3336497fcb3a5f1716af917d61d8b0bd9131f0 Mon Sep 17 00:00:00 2001 From: Igor Korovchenko Date: Sat, 30 Mar 2024 14:35:26 +0300 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B2=D0=B5=D0=BB=D0=B8=D1=87=D0=B8?= =?UTF-8?q?=D0=B2=D0=B0=D0=B5=D1=82=20=D1=81=D1=80=D0=BE=D0=BA=20=D0=BA?= =?UTF-8?q?=D0=B5=D1=88=D0=B8=D1=80=D0=BE=D0=B2=D0=B0=D0=BD=D0=B8=D1=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../github-contribution-service/github-contribution-service.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libs/github-contribution-service/github-contribution-service.js b/src/libs/github-contribution-service/github-contribution-service.js index c3d7c645..539d7ac8 100644 --- a/src/libs/github-contribution-service/github-contribution-service.js +++ b/src/libs/github-contribution-service/github-contribution-service.js @@ -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)