Skip to content

Commit 9cf6b41

Browse files
committed
Linter
1 parent badadff commit 9cf6b41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/util/kclient/ratelimiter.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ import (
2929

3030
const (
3131
DefaultQPS float32 = 32
32-
DefaultBurst = 64
32+
DefaultBurst int = 64
3333
)
3434

3535
var (

0 commit comments

Comments
 (0)