We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent badadff commit 9cf6b41Copy full SHA for 9cf6b41
pkg/util/kclient/ratelimiter.go
@@ -29,7 +29,7 @@ import (
29
30
const (
31
DefaultQPS float32 = 32
32
- DefaultBurst = 64
+ DefaultBurst int = 64
33
)
34
35
var (
0 commit comments