From 888c7d7bfbabf995f6db3311ce4d6ef0327c8640 Mon Sep 17 00:00:00 2001 From: Bennu Date: Sat, 11 Sep 2021 14:52:01 +0800 Subject: [PATCH] [skip ci] Add comments to the file query_node.yaml (#7707) Signed-off-by: Bennu --- configs/advanced/query_node.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/advanced/query_node.yaml b/configs/advanced/query_node.yaml index 8aed4fcd0..5ec0b8b08 100644 --- a/configs/advanced/query_node.yaml +++ b/configs/advanced/query_node.yaml @@ -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: -- GitLab