调整influxdb插入条数20000,增加线程池

This commit is contained in:
wr
2025-04-28 10:59:10 +08:00
parent e875c872f0
commit e130ccb2e0
19 changed files with 73 additions and 17 deletions

View File

@@ -58,6 +58,11 @@ mybatis-plus:
#配置sql日志输出
log-impl: org.apache.ibatis.logging.nologging.NoLoggingImpl
threadPool:
corePoolSize: 12
maxPoolSize: 24
queueCapacity: 500
keepAliveSeconds: 60
# type-aliases-package: com.njcn.harmonic.pojo
# type-handlers-package: com.njcn.db.handler