diff options
author | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-28 01:06:08 -0700 |
---|---|---|
committer | David Vazgenovich Shakaryan <dvshakaryan@gmail.com> | 2022-05-28 01:10:21 -0700 |
commit | 1db534799ef5b41114d80fce0c38f1c93235a8a3 (patch) | |
tree | abccdc2e7418f27ffbdabe87813fa20c8f8581f2 /web/static | |
parent | a0ca7ab5421d001f50fabbc6c139ded380f597d8 (diff) | |
download | dartboat-1db534799ef5b41114d80fce0c38f1c93235a8a3.tar.gz dartboat-1db534799ef5b41114d80fce0c38f1c93235a8a3.tar.xz |
web: reduce mem used during drawing of board
Diffstat (limited to 'web/static')
-rw-r--r-- | web/static/sw.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/web/static/sw.js b/web/static/sw.js index acb2c20..babd68a 100644 --- a/web/static/sw.js +++ b/web/static/sw.js @@ -1,5 +1,5 @@ const CACHE_PREFIX = 'dartboat-' -const CACHE_VERSION = '27'; +const CACHE_VERSION = '28'; const CACHE_NAME = `${CACHE_PREFIX}${CACHE_VERSION}`; const CACHE_FILES = [ |