Update check frequency
This commit is contained in:
parent
3aa96c7afc
commit
9e08a70002
|
@ -23,7 +23,7 @@ const Updater: Component<Props> = (props) => {
|
||||||
setUpdateNeeded(latestRelease !== currentRelease);
|
setUpdateNeeded(latestRelease !== currentRelease);
|
||||||
};
|
};
|
||||||
|
|
||||||
const intervalId = setInterval(checkUpdate, 60 * 60 * 1000);
|
const intervalId = setInterval(checkUpdate, 10 * 60 * 1000);
|
||||||
|
|
||||||
checkUpdate();
|
checkUpdate();
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue