Skip to content

Commit 2b4505f

Browse files
committed
Bump tile cache key
1 parent a51de6c commit 2b4505f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/public/serviceworker.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
const generalCacheName = "files-v4";
1010
const offlinePageUrl = "/offline";
11-
const tileCacheName = "tiles-v1";
11+
const tileCacheName = "tiles-v2";
1212
const tileMaxEntries = 5000; // first in, first out
1313

1414
addEventListener("install", (installEvent) => {

0 commit comments

Comments
 (0)