You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Our controller have built-in rate limits. It throttles itself
if it hits this limit. So far it has not been possible to configure
these limits. This commit adds flags to the controller for setting both
the QPS and the burst for the rate limits. The default remains the same
as before (20 QPS, 30 burst).
Signed-off-by: Tobias Giese <[email protected]>
Co-Authored-by: Lennart Jern <[email protected]>
0 commit comments