mirror of https://github.com/milvus-io/milvus.git
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>pull/8334/head
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…
Reference in New Issue