This commit is contained in:
parent
07e48bb62b
commit
e0e9cc0102
|
|
@ -18,9 +18,9 @@ data:
|
|||
password: lansexiongdi@666
|
||||
readTimeout: 5s
|
||||
writeTimeout: 5s
|
||||
poolSize: 1000 #连接池大小,不配置,或配置为0表示不启用连接池
|
||||
minIdleConns: 500 #最小空闲连接数
|
||||
connMaxIdleTime: 120s #每个连接最大空闲时间,如果超过了这个时间会被关闭
|
||||
poolSize: 200 #连接池大小,不配置,或配置为0表示不启用连接池
|
||||
minIdleConns: 50 #最小空闲连接数
|
||||
connMaxIdleTime: 60s #每个连接最大空闲时间,如果超过了这个时间会被关闭
|
||||
db: 3
|
||||
|
||||
rocketMQ:
|
||||
|
|
|
|||
|
|
@ -18,9 +18,9 @@ data:
|
|||
password: lansexiongdi@666
|
||||
readTimeout: 5s
|
||||
writeTimeout: 5s
|
||||
poolSize: 1000 #连接池大小,不配置,或配置为0表示不启用连接池
|
||||
minIdleConns: 500 #最小空闲连接数
|
||||
connMaxIdleTime: 120s #每个连接最大空闲时间,如果超过了这个时间会被关闭
|
||||
poolSize: 200 #连接池大小,不配置,或配置为0表示不启用连接池
|
||||
minIdleConns: 50 #最小空闲连接数
|
||||
connMaxIdleTime: 60s #每个连接最大空闲时间,如果超过了这个时间会被关闭
|
||||
db: 3
|
||||
|
||||
rocketMQ:
|
||||
|
|
|
|||
Loading…
Reference in New Issue