mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
Add comments with localStorage in yaml (#7892)
Signed-off-by: shiyu22 <shiyu.chen@zilliz.com> Add comments with localStorage in yaml Signed-off-by: shiyu22 <shiyu.chen@zilliz.com>
This commit is contained in:
parent
2a79eea6a1
commit
51aa4f0254
@ -116,6 +116,7 @@ dataNode:
|
||||
clientMaxRecvSize: 104857600 # 100 MB, 100 * 1024 * 1024
|
||||
clientMaxSendSize: 104857600 # 100 MB, 100 * 1024 * 1024
|
||||
|
||||
# Configure whether to store the vector and the local path when querying/searching in Querynode.
|
||||
localStorage:
|
||||
path: /var/lib/milvus/data/
|
||||
enabled: true
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user