mirror of
https://github.com/thepaperpilot/Advent-Incremental.git
synced 2025-02-16 09:31:43 +00:00
Make PWA check every minute instead of hour
This commit is contained in:
parent
04525a95bc
commit
ef6f9935a5
1 changed files with 1 additions and 1 deletions
|
@ -70,7 +70,7 @@ requestAnimationFrame(async () => {
|
|||
onRegisterError: console.warn,
|
||||
onRegistered(r) {
|
||||
if (r) {
|
||||
setInterval(r.update, 60 * 60 * 1000);
|
||||
setInterval(r.update, 60 * 1000);
|
||||
}
|
||||
}
|
||||
});
|
||||
|
|
Loading…
Add table
Reference in a new issue