mirror of https://github.com/milvus-io/milvus.git
Change querynode num to one
Signed-off-by: zhenshan.cao <zhenshan.cao@zilliz.com>pull/4973/head^2
parent
f03a33bcf7
commit
ab200e5598
|
@ -12,7 +12,7 @@
|
|||
|
||||
nodeID: # will be deprecated after v0.2
|
||||
proxyIDList: [0]
|
||||
queryNodeIDList: [1, 2]
|
||||
queryNodeIDList: [1]
|
||||
dataNodeIDList: [3]
|
||||
|
||||
etcd:
|
||||
|
@ -85,4 +85,4 @@ log:
|
|||
maxAge: 10 # day
|
||||
maxBackups: 20
|
||||
dev: true
|
||||
format: text # text/json
|
||||
format: text # text/json
|
||||
|
|
Loading…
Reference in New Issue