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

This commit is contained in:
yihaoDeng 2023-06-02 16:56:20 +08:00
parent 56f7a137ee
commit 9f8f5374aa
1 changed files with 2 additions and 2 deletions

View File

@ -11,7 +11,7 @@
"confirm_parameter_prompt": "no",
"insert_interval": 0,
"interlace_rows": 0,
"num_of_records_per_req": 100000,
"num_of_records_per_req": 10000,
"databases": [
{
"dbinfo": {
@ -73,4 +73,4 @@
]
}
]
}
}