feat(wms): 增加redis连接超时时间
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user