mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments to the file data_node.yaml (#7780)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/7893/head
parent
4dc9a64f01
commit
e28db5600d
|
@ -13,8 +13,8 @@ dataNode:
|
|||
|
||||
dataSync:
|
||||
flowGraph:
|
||||
maxQueueLength: 1024
|
||||
maxParallelism: 1024
|
||||
maxQueueLength: 1024 # Maximum length of task queue in flowgraph
|
||||
maxParallelism: 1024 # Maximum number of tasks executed in parallel in the flowgraph
|
||||
|
||||
flush:
|
||||
# max buffer size to flush
|
||||
|
|
Loading…
Reference in New Issue