mirror of https://github.com/milvus-io/milvus.git
[skip ci] add comments in root_coord.yaml (#8478)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/8495/head
parent
836afe5edf
commit
270200b93c
|
@ -11,8 +11,8 @@
|
|||
|
||||
rootcoord:
|
||||
dmlChannelNum: 256
|
||||
maxPartitionNum: 4096
|
||||
maxPartitionNum: 4096 # Maximum number of partitions in a collection.
|
||||
minSegmentSizeToEnableIndex: 1024
|
||||
timeout: 3600 # time out, 5 seconds
|
||||
timeTickInterval: 200 # ms
|
||||
timeTickInterval: 200 # ms, the interval that proxy synchronize the time tick
|
||||
|
||||
|
|
Loading…
Reference in New Issue