increase automatic refresh to 5 minutes

This commit is contained in:
calli
2025-04-23 18:59:34 +03:00
parent 98b450fcc7
commit 67acea9be4

View File

@@ -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)