Merge pull request #29400 from taosdata/fix/taostools_limit
fix: limit can not over childtable_count
This commit is contained in:
commit
4139484e93
|
@ -36,7 +36,7 @@
|
||||||
"insert_mode": "taosc",
|
"insert_mode": "taosc",
|
||||||
"line_protocol": "line",
|
"line_protocol": "line",
|
||||||
"childtable_limit": -10,
|
"childtable_limit": -10,
|
||||||
"childtable_offset": 10,
|
"childtable_offset": 0,
|
||||||
"insert_rows": 20,
|
"insert_rows": 20,
|
||||||
"insert_interval": 0,
|
"insert_interval": 0,
|
||||||
"interlace_rows": 0,
|
"interlace_rows": 0,
|
||||||
|
|
|
@ -36,7 +36,7 @@
|
||||||
"insert_mode": "taosc",
|
"insert_mode": "taosc",
|
||||||
"line_protocol": "line",
|
"line_protocol": "line",
|
||||||
"childtable_limit": -10,
|
"childtable_limit": -10,
|
||||||
"childtable_offset": 10,
|
"childtable_offset": 0,
|
||||||
"insert_rows": 20,
|
"insert_rows": 20,
|
||||||
"insert_interval": 0,
|
"insert_interval": 0,
|
||||||
"interlace_rows": 0,
|
"interlace_rows": 0,
|
||||||
|
|
Loading…
Reference in New Issue