mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comments to the file query_node.yaml (#7707)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/7755/head
parent
27dcf698d3
commit
888c7d7bfb
|
@ -11,12 +11,12 @@
|
|||
|
||||
queryNode:
|
||||
stats:
|
||||
publishInterval: 1000 # milliseconds
|
||||
publishInterval: 1000 # Interval for querynode to report node information (milliseconds)
|
||||
|
||||
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
|
||||
|
||||
msgStream:
|
||||
search:
|
||||
|
|
Loading…
Reference in New Issue