feat(wms): 增加redis连接超时时间

This commit is contained in:
2025-11-15 15:38:35 +08:00
parent 9e02caecf2
commit acd4202d26
12 changed files with 556 additions and 3 deletions

View File

@@ -104,6 +104,10 @@
<groupId>com.klp</groupId>
<artifactId>klp-pocket</artifactId>
</dependency>
<dependency>
<groupId>com.klp</groupId>
<artifactId>klp-erp</artifactId>
</dependency>
<!-- 扫码枪模块-->
<dependency>

View File

@@ -123,7 +123,7 @@ spring:
# 密码(如没有密码请注释掉)
password: KeLunPu123!
# 连接超时时间
timeout: 10s
timeout: 30s
# 是否开启ssl
ssl: false
@@ -143,9 +143,9 @@ redisson:
# 连接池大小
connectionPoolSize: 64
# 连接空闲超时,单位:毫秒
idleConnectionTimeout: 10000
idleConnectionTimeout: 100000
# 命令等待超时,单位:毫秒
timeout: 3000
timeout: 30000
# 发布和订阅连接池大小
subscriptionConnectionPoolSize: 50