mirror of https://github.com/milvus-io/milvus.git
[skip ci] Explain maxShardNum in proxy.yaml (#8236)
Signed-off-by: dragondriver <jiquan.long@zilliz.com>pull/8245/head
parent
3738655ed0
commit
a3215ceaab
|
@ -29,6 +29,6 @@ proxy:
|
|||
maxNameLength: 255
|
||||
maxFieldNum: 64
|
||||
maxDimension: 32768
|
||||
maxShardNum: 256
|
||||
maxShardNum: 256 # max shard number of a collection
|
||||
|
||||
maxTaskNum: 1024 # max task number of proxy task queue
|
||||
|
|
Loading…
Reference in New Issue