mirror of https://github.com/milvus-io/milvus.git
[skip ci] add comments in root_coord.yaml (#8507)
Signed-off-by: Bennu <yunmei.li@zilliz.com>pull/8491/head
parent
d7f311a208
commit
aec4c98363
|
@ -10,9 +10,9 @@
|
|||
# or implied. See the License for the specific language governing permissions and limitations under the License.
|
||||
|
||||
rootcoord:
|
||||
dmlChannelNum: 256
|
||||
maxPartitionNum: 4096 # Maximum number of partitions in a collection.
|
||||
minSegmentSizeToEnableIndex: 1024
|
||||
dmlChannelNum: 256 # The number of dml channels created at system startup
|
||||
maxPartitionNum: 4096 # Maximum number of partitions in a collection
|
||||
minSegmentSizeToEnableIndex: 1024 # It's a threshold. When the segment size is less than this value, the segment will not be indexed
|
||||
timeout: 3600 # time out, 5 seconds
|
||||
timeTickInterval: 200 # ms, the interval that proxy synchronize the time tick
|
||||
|
||||
|
|
Loading…
Reference in New Issue