feat: 修改redis连接超时时间
This commit is contained in:
@@ -43,7 +43,7 @@ spring:
|
|||||||
# Redis服务器连接密码(默认为空)
|
# Redis服务器连接密码(默认为空)
|
||||||
password: LDQ20020618xxx
|
password: LDQ20020618xxx
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 2s
|
timeout: 10s
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池最大连接数
|
# 连接池最大连接数
|
||||||
|
@@ -43,7 +43,7 @@ spring:
|
|||||||
# Redis服务器连接密码(默认为空)
|
# Redis服务器连接密码(默认为空)
|
||||||
password: LDQ20020618xxx
|
password: LDQ20020618xxx
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 2s
|
timeout: 10s
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池最大连接数
|
# 连接池最大连接数
|
||||||
|
@@ -38,7 +38,7 @@ spring:
|
|||||||
# Redis服务器连接密码(默认为空)
|
# Redis服务器连接密码(默认为空)
|
||||||
password: LDQ20020618xxx
|
password: LDQ20020618xxx
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 2s
|
timeout: 10s
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池最大连接数
|
# 连接池最大连接数
|
||||||
|
@@ -38,7 +38,7 @@ spring:
|
|||||||
# Redis服务器连接密码(默认为空)
|
# Redis服务器连接密码(默认为空)
|
||||||
password: LDQ20020618xxx
|
password: LDQ20020618xxx
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 2s
|
timeout: 10s
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池最大连接数
|
# 连接池最大连接数
|
||||||
|
@@ -12,7 +12,7 @@ spring:
|
|||||||
# Redis服务器连接密码(默认为空)
|
# Redis服务器连接密码(默认为空)
|
||||||
password: LDQ20020618xxx
|
password: LDQ20020618xxx
|
||||||
# 连接超时时间
|
# 连接超时时间
|
||||||
timeout: 2s
|
timeout: 10s
|
||||||
lettuce:
|
lettuce:
|
||||||
pool:
|
pool:
|
||||||
# 连接池最大连接数
|
# 连接池最大连接数
|
||||||
|
Reference in New Issue
Block a user