修复批量往DB写入空指标数组时报SQL语法异常的问题

This commit is contained in:
zengqiao
2022-01-07 13:55:42 +08:00
parent dfabe28645
commit 354e0d6a87
5 changed files with 42 additions and 19 deletions

View File

@@ -9,7 +9,7 @@ public class Constant {
public static final Integer MAX_AVG_BYTES_DURATION = 10;
public static final Integer BATCH_INSERT_SIZE = 50;
public static final Integer BATCH_INSERT_SIZE = 30;
public static final Integer DEFAULT_SESSION_TIMEOUT_UNIT_MS = 30000;