Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
Signed-off-by: ryjiang <jiangruiyi@gmail.com>
  • Loading branch information
shanghaikid committed Jun 11, 2024
1 parent 708de17 commit 9a66fc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion milvus/const/defaults.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const DEFAULT_VECTOR_FIELD = 'vector'; // default vector field
export const DEFAULT_PRIMARY_KEY_FIELD = 'id'; // default primary key field
export const DEFAULT_MAX_RETRIES = 3; // max retry time
export const DEFAULT_RETRY_DELAY = 10; // retry delay, 10ms
export const DEFAULT_PARTITIONS_NUMBER = 64; // default partitions number
export const DEFAULT_PARTITIONS_NUMBER = 16; // default partitions number
export const DEFAULT_RESOURCE_GROUP = '__default_resource_group'; // default resource group
export const DEFAULT_DB = 'default'; // default database name
export const DEFAULT_DYNAMIC_FIELD = '$meta'; // default dynamic field name
Expand Down

0 comments on commit 9a66fc4

Please sign in to comment.