Skip to content

Commit f9a858f

Browse files
committed
address
Signed-off-by: nolouch <nolouch@gmail.com>
1 parent c53daef commit f9a858f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ddl/ddl_api.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -3047,7 +3047,7 @@ func SetDirectResourceGroupUnit(resourceGroupSettings *model.ResourceGroupSettin
30473047
case ast.ResourceBurstableOpiton:
30483048
// Some about BurstLimit(b):
30493049
// - If b == 0, that means the limiter is unlimited capacity. default use in resource controller (burst with a rate within a unlimited capacity).
3050-
// - If b < 0, that means the limiter is unlimited capacity and filerate(r) is ignored, can be seen as r == Inf (burst with a inf rate within a unlimited capacity).
3050+
// - If b < 0, that means the limiter is unlimited capacity and fillrate(r) is ignored, can be seen as r == Inf (burst with a inf rate within a unlimited capacity).
30513051
// - If b > 0, that means the limiter is limited capacity. (current not used).
30523052
limit := int64(0)
30533053
if boolValue {

0 commit comments

Comments
 (0)