This commit is contained in:
2020-09-29 14:56:06 +00:00
parent ee2fdbf0d0
commit ce9bd987e3
2 changed files with 6 additions and 5 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 * 60); // e.g. hourly checks
}, 1000 * 60); // DEV MODE QUICK checks //1000 * 60 * 60); // e.g. hourly checks
},
offline() {
console.log(