Commit 360d0772 authored by 赵啸非's avatar 赵啸非

修正redis 最大连接数

parent 4a9e8a31
......@@ -27,11 +27,12 @@ spring:
password: @profiles.redis.password@
database: @profiles.redis.database@
timeout: 30000
pool:
max-idle: 100
min-idle: 50
max-active: 500
max-wait: 5000
lettuce:
pool:
max-idle: 50
min-idle: 20
max-active: 100
max-wait: 5000
# sentinel:
# master: mymaster
# nodes: @profiles.redis.sentinel@
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment