修改redis超时时间
parent
9483cc91ae
commit
bf7fa5accc
|
@ -87,7 +87,7 @@ spring:
|
||||||
# 密码
|
# 密码
|
||||||
password: MuYu_Cloud@Redis
|
password: MuYu_Cloud@Redis
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 6000ms
|
timeout: 20s
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池中的最小空闲连接
|
# 连接池中的最小空闲连接
|
||||||
|
|
Loading…
Reference in New Issue