Skip to content

Commit 5b78a7a

Browse files
committed
ui: set default varchar max length to 1024
Signed-off-by: ryjiang <jiangruiyi@gmail.com>
1 parent 283db00 commit 5b78a7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/src/consts/default.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
export const DEFAULT_ATTU_MAX_CAPACITY = 64;
2-
export const DEFAULT_ATTU_VARCHAR_MAX_LENGTH = 32;
2+
export const DEFAULT_ATTU_VARCHAR_MAX_LENGTH = 1024;
33
export const DEFAULT_ATTU_ELEMENT_TYPE = 4; // int32
44
export const DEFAULT_ATTU_DIM = 128;
55
export const MIN_INT64 = `-9223372036854775807`; // safe int64 min value

0 commit comments

Comments
 (0)