mirror of https://github.com/milvus-io/milvus.git
[skip ci] Add comment for milvus.yaml (#12609)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/12639/head
parent
db9387da0e
commit
856e2f4c9a
|
@ -168,7 +168,7 @@ dataCoord:
|
|||
serverMaxSendSize: 2147483647 # math.MaxInt32
|
||||
clientMaxRecvSize: 104857600 # 100 MB, 100 * 1024 * 1024
|
||||
clientMaxSendSize: 104857600 # 100 MB, 100 * 1024 * 1024
|
||||
enableCompaction: false
|
||||
enableCompaction: false # Enable data segment compression
|
||||
enableGarbageCollection: false
|
||||
|
||||
segment:
|
||||
|
|
Loading…
Reference in New Issue