commit
f09b69a0c4
|
@ -14,9 +14,9 @@ public final class JdbcTaosdemoConfig {
|
||||||
//Destination database. Default is 'test'
|
//Destination database. Default is 'test'
|
||||||
private String dbName = "test";
|
private String dbName = "test";
|
||||||
//keep
|
//keep
|
||||||
private int keep = 3650;
|
private int keep = 36500;
|
||||||
//days
|
//days
|
||||||
private int days = 10;
|
private int days = 120;
|
||||||
|
|
||||||
//Super table Name. Default is 'meters'
|
//Super table Name. Default is 'meters'
|
||||||
private String stbName = "meters";
|
private String stbName = "meters";
|
||||||
|
|
Loading…
Reference in New Issue