UNPKG
baazjs
Version:
latest (1.0.2)
1.0.2
1.0.1
github.com/dominicg666/react_pwa
dominicg666/react_pwa
baazjs
/
src
/
ServiceWorker
/
defaults.js
8 lines
(4 loc)
•
182 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
export
const
THIRTY_DAYS =
30
*
24
*
60
*
60
;
export
const
ONE_WEEK =
7
*
24
*
60
*
60
;
export
const
CATALOG_CACHE_NAME
=
'catalog'
;
export
const
MAX_NUM_OF_IMAGES_TO_CACHE =
60
;