提交 9f8f5374 编写于 作者: Y yihaoDeng

fix: num_of_records_per_req item in json config need less than 32768. current = 100000

上级 56f7a137
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
"confirm_parameter_prompt": "no", "confirm_parameter_prompt": "no",
"insert_interval": 0, "insert_interval": 0,
"interlace_rows": 0, "interlace_rows": 0,
"num_of_records_per_req": 100000, "num_of_records_per_req": 10000,
"databases": [ "databases": [
{ {
"dbinfo": { "dbinfo": {
...@@ -73,4 +73,4 @@ ...@@ -73,4 +73,4 @@
] ]
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册