Maximale größe angepasst

This commit is contained in:
silas 2018-09-26 14:31:50 +02:00
parent 7f1e01e388
commit c50fea1091
2 changed files with 2 additions and 2 deletions

View File

@ -28,7 +28,7 @@ function myHandler(request, values, options) {
module.exports = { module.exports = {
staticFileGlobs: [ staticFileGlobs: [
"!(version)/**/*.!(php)", "!(version)/**/*.!(php)",
"!(version)/*.!(php)", // "!(version)/*.!(php)",
"*.!(php|htaccess)", "*.!(php|htaccess)",
"/", "/",
], ],
@ -61,5 +61,5 @@ module.exports = {
handler: myHandler handler: myHandler
// handler: "networkFirst" // handler: "networkFirst"
}], }],
maximumFileSizeToCacheInBytes: 4194304 maximumFileSizeToCacheInBytes: 14194304
}; };