From 4a2726b3f9475d9842b86f0ef6d5dce8e4f9bbfc Mon Sep 17 00:00:00 2001 From: yah01 Date: Mon, 24 Apr 2023 19:02:33 +0800 Subject: [PATCH] Remove dup config items (#23653) Signed-off-by: yah01 --- configs/milvus.yaml | 2 -- 1 file changed, 2 deletions(-) diff --git a/configs/milvus.yaml b/configs/milvus.yaml index 8644794515..31702a6f5f 100644 --- a/configs/milvus.yaml +++ b/configs/milvus.yaml @@ -168,8 +168,6 @@ proxy: # Related configuration of queryCoord, used to manage topology and load balancing for the query nodes, and handoff from growing segments to sealed segments. queryCoord: - taskMergeCap: 16 - taskExecutionCap: 256 autoHandoff: true # Enable auto handoff autoBalance: true # Enable auto balance overloadedMemoryThresholdPercentage: 90 # The threshold percentage that memory overload