From f9c0226fa003f79b6c7558ed8d192d83e6ecac0c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=88=98=E7=A5=A5=E8=B6=85?= Date: Mon, 7 Aug 2023 11:32:59 +0800 Subject: [PATCH] =?UTF-8?q?=E7=BC=93=E5=AD=98=E6=9D=A1=E4=BB=B6=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E6=9C=80=E5=A4=A7=E5=80=BC=E8=AE=BE=E7=BD=AE=E4=BB=8E?= =?UTF-8?q?32MB=E6=94=B9=E4=B8=BA128MB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/js/components/server/http-cache-ref-box.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/public/js/components/server/http-cache-ref-box.js b/web/public/js/components/server/http-cache-ref-box.js index 5713df59..ba2ae6c2 100644 --- a/web/public/js/components/server/http-cache-ref-box.js +++ b/web/public/js/components/server/http-cache-ref-box.js @@ -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,