缓存条件默认最大值设置从32MB改为128MB

This commit is contained in:
GoEdgeLab
2023-08-07 11:32:59 +08:00
parent 5364855800
commit 2f84205925

View File

@@ -21,7 +21,7 @@ Vue.component("http-cache-ref-box", {
key: "${scheme}://${host}${requestPath}${isArgs}${args}",
life: {count: 2, unit: "hour"},
status: [200],
maxSize: {count: 32, unit: "mb"},
maxSize: {count: 128, unit: "mb"},
minSize: {count: 0, unit: "kb"},
skipCacheControlValues: ["private", "no-cache", "no-store"],
skipSetCookie: true,