The onUpdateEstablishmentRefreshRate function multiplies the burstCapacitySecs by the refill rate, but this is actually already done within the RateLimiter::updateRateParameters method it passes that value to. As a result, the burst capacity gets set to something far larger than intended.
- related to
-
SERVER-106020 Update ingress request burst size to be configured in units of time
-
- Closed
-