This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user