From f707705bbb9857c65c8d2d02fc5959eac1e8eed3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=B8=89=E4=B8=99?= Date: Wed, 16 Oct 2024 13:59:17 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A1=A9=E4=BF=A1=E6=81=AF=E7=BC=93=E5=AD=981?= =?UTF-8?q?=E5=A4=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- jcpp-app-bootstrap/src/main/resources/app-service.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jcpp-app-bootstrap/src/main/resources/app-service.yml b/jcpp-app-bootstrap/src/main/resources/app-service.yml index 5d31b18..058b6c1 100644 --- a/jcpp-app-bootstrap/src/main/resources/app-service.yml +++ b/jcpp-app-bootstrap/src/main/resources/app-service.yml @@ -116,7 +116,7 @@ cache: specs: piles: timeToLiveInMinutes: "${CACHE_SPECS_PILES_TTL:1440}" - maxSize: "${CACHE_SPECS_PILES_MAX_SIZE:1000}" + maxSize: "${CACHE_SPECS_PILES_MAX_SIZE:100000}" pileSessions: timeToLiveInMinutes: "${CACHE_SPECS_PILE_SESSIONS_TTL:1440}" maxSize: "${CACHE_SPECS_PILE_SESSIONS_MAX_SIZE:100000}"