Commit 1dbb4e1a0ceea2f46b05e5611ab44bad11b55ead
Committed by
Gitee
!54 update jeecg-boot/jeecg-boot-module-system/src/main/resources/application-prod.yml.
Merge pull request !54 from Mr Ge/N/A
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 为没有限制 |
... | ... |