mirror of
https://github.com/TeaOSLab/EdgeAdmin.git
synced 2025-11-07 15:20:25 +08:00
缓存条件默认最大值设置从32MB改为128MB
This commit is contained in:
@@ -21,7 +21,7 @@ Vue.component("http-cache-ref-box", {
|
|||||||
key: "${scheme}://${host}${requestPath}${isArgs}${args}",
|
key: "${scheme}://${host}${requestPath}${isArgs}${args}",
|
||||||
life: {count: 2, unit: "hour"},
|
life: {count: 2, unit: "hour"},
|
||||||
status: [200],
|
status: [200],
|
||||||
maxSize: {count: 32, unit: "mb"},
|
maxSize: {count: 128, unit: "mb"},
|
||||||
minSize: {count: 0, unit: "kb"},
|
minSize: {count: 0, unit: "kb"},
|
||||||
skipCacheControlValues: ["private", "no-cache", "no-store"],
|
skipCacheControlValues: ["private", "no-cache", "no-store"],
|
||||||
skipSetCookie: true,
|
skipSetCookie: true,
|
||||||
|
|||||||
Reference in New Issue
Block a user