Commit f939353381937a7530789355543c710931220102
Committed by
Gitee
1 parent
7bf60339
update jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml.
Showing
1 changed file
with
1 additions
and
1 deletions
jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml
... | ... | @@ -147,7 +147,7 @@ spring: |
147 | 147 | host: 127.0.0.1 |
148 | 148 | lettuce: |
149 | 149 | pool: |
150 | - max-active: 8 #最大连接数据库连接数,设 0 为没有限制 | |
150 | + max-active: 8 #最大连接数据库连接数,设 -1 为没有限制 | |
151 | 151 | max-idle: 8 #最大等待连接中的数量,设 0 为没有限制 |
152 | 152 | max-wait: -1ms #最大建立连接等待时间。如果超过此时间将接到异常。设为-1表示无限制。 |
153 | 153 | min-idle: 0 #最小等待连接中的数量,设 0 为没有限制 |
... | ... |