This commit is contained in:
zyyang 2020-12-21 17:26:39 +08:00
parent 85f438db23
commit 702af6e3cb
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ public final class JdbcTaosdemoConfig {
//sub table
public String prefixOfTable = "t";
// insert task
public boolean autoCreateTable = true;
public boolean autoCreateTable;
public long numOfTables = 10;
public long numOfRowsPerTable = 10;
public int numOfTablesPerSQL = 1;