mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments for milvus.yaml (#12676)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/12694/head
parent
d076f3629e
commit
d1aeed2802
|
@ -174,7 +174,7 @@ dataCoord:
|
|||
segment:
|
||||
maxSize: 512 # Maximum size of a segment in MB
|
||||
sealProportion: 0.75 # It's the minimum proportion for a segment which can be sealed
|
||||
assignmentExpiration: 2000 # ms
|
||||
assignmentExpiration: 2000 # The time of the assignment expiration in ms
|
||||
|
||||
compaction:
|
||||
retentionDuration: 432000 # 5 days in seconds
|
||||
|
|
Loading…
Reference in New Issue