From ded62673d84b9c9b2f2334d56123f5b5ffb2a738 Mon Sep 17 00:00:00 2001 From: Cabinfever_B Date: Sun, 7 Apr 2024 12:26:27 +0800 Subject: [PATCH] fix Signed-off-by: Cabinfever_B --- pkg/mcs/resourcemanager/server/config.go | 1 - 1 file changed, 1 deletion(-) diff --git a/pkg/mcs/resourcemanager/server/config.go b/pkg/mcs/resourcemanager/server/config.go index bcd5a853dfc..508f37fe069 100644 --- a/pkg/mcs/resourcemanager/server/config.go +++ b/pkg/mcs/resourcemanager/server/config.go @@ -123,7 +123,6 @@ func (rmc *ControllerConfig) Adjust(meta *configutil.ConfigMetaData) { // RequestUnitConfig is the configuration of the request units, which determines the coefficients of // the RRU and WRU cost. This configuration should be modified carefully. -// TODO: use common config with client size. type RequestUnitConfig struct { // ReadBaseCost is the base cost for a read request. No matter how many bytes read/written or // the CPU times taken for a request, this cost is inevitable.