优化通道录入性能,优化启动后读取配置写入数据库的过程

This commit is contained in:
648540858
2021-12-07 17:43:55 +08:00
parent 381b3d15ca
commit a2f0854138
14 changed files with 190 additions and 59 deletions

View File

@@ -26,6 +26,9 @@ spring:
password:
type: com.alibaba.druid.pool.DruidDataSource
driver-class-name: org.sqlite.JDBC
journal_mode: WAL
synchronous: NORMAL
transaction_mode: IMMEDIATE
max-active: 1
min-idle: 1