mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-12-02 11:59:00 +08:00
[skip ci] Add comment to common test variables (#13424)
Signed-off-by: ThreadDao <yufen.zong@zilliz.com>
This commit is contained in:
parent
ee771dad4c
commit
6ef066d858
@ -46,10 +46,9 @@ max_dim = 32768
|
||||
gracefulTime = 1
|
||||
default_nlist = 128
|
||||
compact_segment_num_threshold = 10
|
||||
# compact_delta_binlog_ratio is 0.2
|
||||
compact_delta_ratio_reciprocal = 5
|
||||
compact_delta_ratio_reciprocal = 5 # compact_delta_binlog_ratio is 0.2
|
||||
compact_retention_duration = 20 # compaction travel time retention range 20s
|
||||
max_field_num = 256
|
||||
max_field_num = 256 # Maximum number of fields in a collection
|
||||
|
||||
Not_Exist = "Not_Exist"
|
||||
Connect_Object_Name = "Milvus"
|
||||
|
Loading…
Reference in New Issue
Block a user