From 9fa94069cde503170dbf002fe2ae502be2b0b0e5 Mon Sep 17 00:00:00 2001 From: hhf <614792109@qq.com> Date: Sat, 8 Jul 2023 22:35:11 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4luttuce=E6=97=A0=E6=95=88?= =?UTF-8?q?=E8=BF=9E=E6=8E=A5=E6=B1=A0=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mallchat-common/src/main/resources/application.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/mallchat-common/src/main/resources/application.yml b/mallchat-common/src/main/resources/application.yml index 2f2ab12..ae8591f 100644 --- a/mallchat-common/src/main/resources/application.yml +++ b/mallchat-common/src/main/resources/application.yml @@ -39,16 +39,6 @@ spring: timeout: 1800000 # 设置密码 password: ${mallchat.redis.password} - lettuce: - pool: - # 最大阻塞等待时间,负数表示没有限制 - max-wait: -1 - # 连接池中的最大空闲连接 - max-idle: 5 - # 连接池中的最小空闲连接 - min-idle: 0 - # 连接池中最大连接数,负数表示没有限制 - max-active: 20 jackson: serialization: write-dates-as-timestamps: true