This commit is contained in:
2020-09-29 17:19:37 +00:00
parent 012714bd9b
commit 30869f04f7
2 changed files with 8 additions and 1 deletions

View File

@@ -25,7 +25,7 @@ if (process.env.NODE_ENV === "production") {
console.log("Service worker has been registered.");
setInterval(() => {
registration.update();
}, 1000 * 60); // DEV MODE QUICK checks //1000 * 60 * 60); // e.g. hourly checks
}, 1000 * 60 * 60); // e.g. hourly checks
},
offline() {
console.log(