We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a51de6c commit 2b4505fCopy full SHA for 2b4505f
app/public/serviceworker.js
@@ -8,7 +8,7 @@
8
9
const generalCacheName = "files-v4";
10
const offlinePageUrl = "/offline";
11
-const tileCacheName = "tiles-v1";
+const tileCacheName = "tiles-v2";
12
const tileMaxEntries = 5000; // first in, first out
13
14
addEventListener("install", (installEvent) => {
0 commit comments