修复bug,多线程加载数据,多线程baseline处理

This commit is contained in:
yinjiangyi
2021-08-03 21:44:05 +08:00
parent 44584b1139
commit d562d3db99
6 changed files with 159 additions and 29 deletions

View File

@@ -50,6 +50,8 @@ public class ApplicationConfig {
public static final Integer LOG_WRITE_COUNT = ConfigUtils.getIntProperty("log.write.count");
public static final Integer GENERATE_BATCH_SIZE = ConfigUtils.getIntProperty("generate.batch.size");
public static final Integer THREAD_MAX_NUM = ConfigUtils.getIntProperty("thread.max.num");
// http config