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 6b74ea8 commit c67dac9Copy full SHA for c67dac9
pkg/config/loader.go
@@ -49,11 +49,11 @@ const (
49
// Tested: 12 + 8 limits (not seeing significant degradation from 15+8)
50
// Larger number seems not make latency better than 12+8
51
UserServiceClientQPS = 12
52
- UserServiceClientQPSBurst = 8
+ UserServiceClientQPSBurst = 18
53
54
// EC2 API QPS for instance service client
55
- InstanceServiceClientQPS = 5
56
- InstanceServiceClientBurst = 7
+ InstanceServiceClientQPS = 12
+ InstanceServiceClientBurst = 18
57
58
// API Server QPS
59
DefaultAPIServerQPS = 10
0 commit comments