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 fa98974 commit badadffCopy full SHA for badadff
pkg/util/kclient/ratelimiter.go
@@ -29,7 +29,7 @@ import (
29
30
const (
31
DefaultQPS float32 = 32
32
- DefaultBurst float32 = 64
+ DefaultBurst = 64
33
)
34
35
var (
0 commit comments