[skip ci] add comments in query_node.yaml (#8585)

Signed-off-by: Bennu <yunmei.li@zilliz.com>
This commit is contained in:
Bennu 2021-09-26 16:53:58 +08:00 committed by GitHub
parent c54f8064bf
commit 607e16f60f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,5 +26,6 @@ queryNode:
searchResult:
recvBufSize: 64 # msgPack channel buffer size
# Segcore will divide a segment into multiple chunks.
segcore:
chunkRows: 32768
chunkRows: 32768 # The number of vectors in a chunk.