You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's no use setting the default property "minIdle" of HikariPool by nacos
Nacos设置的Hikari连接池默认最小空闲数没起效
nacos version = 1.3.1
"DEFAULT_MAX_POOL_SIZE" should be greater than or equal to "DEFAULT_MINIMUM_IDLE"
"DEFAULT_MAX_POOL_SIZE" 应该大于等于 "DEFAULT_MINIMUM_IDLE"
current 目前
nacos version = 1.3.1
DEFAULT_MAX_POOL_SIZE < DEFAULT_MINIMUM_IDLE
expected 期望
DEFAULT_MAX_POOL_SIZE >= DEFAULT_MINIMUM_IDLE
suggestions 建议
DEFAULT_MAX_POOL_SIZE = DEFAULT_MINIMUM_IDLE
reason:When they are equal, the connection pool will not suddenly fluctuate.
理由:当他们相等时,连接池不会突然波动。
The text was updated successfully, but these errors were encountered:
CsyDesign
pushed a commit
to CsyDesign/nacos
that referenced
this issue
Jul 11, 2020
It's no use setting the default property "minIdle" of HikariPool by nacos
Nacos设置的Hikari连接池默认最小空闲数没起效
nacos version = 1.3.1
"DEFAULT_MAX_POOL_SIZE" should be greater than or equal to "DEFAULT_MINIMUM_IDLE"
"DEFAULT_MAX_POOL_SIZE" 应该大于等于 "DEFAULT_MINIMUM_IDLE"
current 目前
nacos version = 1.3.1
DEFAULT_MAX_POOL_SIZE < DEFAULT_MINIMUM_IDLE
expected 期望
DEFAULT_MAX_POOL_SIZE >= DEFAULT_MINIMUM_IDLE
suggestions 建议
DEFAULT_MAX_POOL_SIZE = DEFAULT_MINIMUM_IDLE
reason:When they are equal, the connection pool will not suddenly fluctuate.
理由:当他们相等时,连接池不会突然波动。
The text was updated successfully, but these errors were encountered: