config: bump PWA cache version to 3.12.0
This commit is contained in:
parent
297a216a48
commit
861bb542e1
1 changed files with 1 additions and 1 deletions
|
|
@ -201,7 +201,7 @@ webmanifest = "manifest.min.json" # Required for PWAs
|
|||
###############################################################################
|
||||
|
||||
pwa = true # true to load the service worker
|
||||
pwa_VER = '3.11.0' # Service Worker cache version. (increment if you need to force a new cache)
|
||||
pwa_VER = '3.12.0' # Service Worker cache version. (increment if you need to force a new cache)
|
||||
|
||||
### 3600=1hour, 28800=8hours, 86400=1day, 604800=1week, 1209600=2weeks
|
||||
pwa_NORM_TTL = 0 # 86400 is reasonable. html, json, xml, anything else undefined
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue