Skip to content

Commit c67dac9

Browse files
committed
QPS and busrt adjustment
1 parent 6b74ea8 commit c67dac9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pkg/config/loader.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -49,11 +49,11 @@ const (
4949
// Tested: 12 + 8 limits (not seeing significant degradation from 15+8)
5050
// Larger number seems not make latency better than 12+8
5151
UserServiceClientQPS = 12
52-
UserServiceClientQPSBurst = 8
52+
UserServiceClientQPSBurst = 18
5353

5454
// EC2 API QPS for instance service client
55-
InstanceServiceClientQPS = 5
56-
InstanceServiceClientBurst = 7
55+
InstanceServiceClientQPS = 12
56+
InstanceServiceClientBurst = 18
5757

5858
// API Server QPS
5959
DefaultAPIServerQPS = 10

0 commit comments

Comments
 (0)