Skip to content

Commit

Permalink
resource_control: remove unnecessary comment (#8026)
Browse files Browse the repository at this point in the history
ref #4399

Signed-off-by: Cabinfever_B <[email protected]>
  • Loading branch information
CabinfeverB committed Apr 7, 2024
1 parent 7179657 commit a173a08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/mcs/resourcemanager/server/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit a173a08

Please sign in to comment.