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
chore(router): adaptive throttler decreasing throttling rate dynamically based on current throttled rate (#5931)
# Description
Instead of decreasing throttling factor by `decreasePercentage` once
`throttleTolerancePercentage` is surpassed, throttling factor is now
being decreased `by throttledRate*decreasePercentage`
## Linear Ticket
resolves PIPE-2095
## Security
- [x] The code changed/added as part of this pull request won't create
any security issues with how the software is being used.
0 commit comments