未验证 提交 19fa9097 编写于 作者: sangshuduo's avatar sangshuduo 提交者: GitHub

[TD-3968]<fix>: taosdemo data length should be 16*1024 (#5926)

Co-authored-by: NShuduo Sang <sdsang@taosdata.com>
上级 f79408ee
......@@ -81,7 +81,7 @@ enum QUERY_MODE {
#define MAX_DB_NAME_SIZE 64
#define MAX_HOSTNAME_SIZE 64
#define MAX_TB_NAME_SIZE 64
#define MAX_DATA_SIZE 16000
#define MAX_DATA_SIZE (16*1024)
#define MAX_NUM_DATATYPE 10
#define OPT_ABORT 1 /* –abort */
#define STRING_LEN 60000
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册