#6274 proxy workerTimeControl #14

Merged
jorgep merged 12 commits from 6274-loginWorkerTimeControl into test 2024-01-04 13:26:28 +00:00
1 changed files with 1 additions and 1 deletions
Showing only changes of commit 8b68af8a9c - Show all commits

View File

@ -40,7 +40,7 @@ function getTokenConfig() {
if (!data) return;
localStorage.setItem('renewPeriod', data.renewPeriod);
clearInterval(intervalId);
intervalId = setInterval(() => checkValidity(), data.renewInterval * 10);
intervalId = setInterval(() => checkValidity(), data.renewInterval * 1000);
},
})
}