change
This commit is contained in:
parent
85f438db23
commit
702af6e3cb
|
@ -24,7 +24,7 @@ public final class JdbcTaosdemoConfig {
|
||||||
//sub table
|
//sub table
|
||||||
public String prefixOfTable = "t";
|
public String prefixOfTable = "t";
|
||||||
// insert task
|
// insert task
|
||||||
public boolean autoCreateTable = true;
|
public boolean autoCreateTable;
|
||||||
public long numOfTables = 10;
|
public long numOfTables = 10;
|
||||||
public long numOfRowsPerTable = 10;
|
public long numOfRowsPerTable = 10;
|
||||||
public int numOfTablesPerSQL = 1;
|
public int numOfTablesPerSQL = 1;
|
||||||
|
|
Loading…
Reference in New Issue