From aec4c9836338694191291e9251953f450edf8625 Mon Sep 17 00:00:00 2001 From: Bennu Date: Fri, 24 Sep 2021 20:55:56 +0800 Subject: [PATCH] [skip ci] add comments in root_coord.yaml (#8507) Signed-off-by: Bennu --- configs/advanced/root_coord.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configs/advanced/root_coord.yaml b/configs/advanced/root_coord.yaml index 7cab4bf832..f401d02c11 100644 --- a/configs/advanced/root_coord.yaml +++ b/configs/advanced/root_coord.yaml @@ -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