increase automatic refresh to 5 minutes
This commit is contained in:
@@ -248,7 +248,7 @@ const Home = () => {
|
|||||||
}, []);
|
}, []);
|
||||||
|
|
||||||
useEffect(() => {
|
useEffect(() => {
|
||||||
const ESI_CACHE_TIME_MS = 600000;
|
const ESI_CACHE_TIME_MS = 3000000;
|
||||||
const interval = setInterval(() => {
|
const interval = setInterval(() => {
|
||||||
const characters = initializeCharacters();
|
const characters = initializeCharacters();
|
||||||
refreshSession(characters)
|
refreshSession(characters)
|
||||||
|
Reference in New Issue
Block a user