From 67acea9be4324598c945432e7c63760b69fe9953 Mon Sep 17 00:00:00 2001 From: calli Date: Wed, 23 Apr 2025 18:59:34 +0300 Subject: [PATCH] increase automatic refresh to 5 minutes --- src/app/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 314f2e1..e35b0cc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -248,7 +248,7 @@ const Home = () => { }, []); useEffect(() => { - const ESI_CACHE_TIME_MS = 600000; + const ESI_CACHE_TIME_MS = 3000000; const interval = setInterval(() => { const characters = initializeCharacters(); refreshSession(characters)