Chromium Code Reviews
DescriptionAllow continuous request dispatch below the throttle rate
ResourceDispatchThrottler will throttle requests when a give threshold
is reached within a given time window. However, it is overly restrictive
when the requests are continuous, as the sliding time window was keyed
off the most recently sent request.
Fix this by tracking the flush time, rather than the last sent request
time, allowing continuous request dispatch at or below the specified
throttling rate.
BUG=592037
Committed: https://crrev.com/46c01a93646af14072ce25fc59a9b59b29f097d7
Cr-Commit-Position: refs/heads/master@{#383740}
Patch Set 1 #Patch Set 2 : LogFLush #
Depends on Patchset: Messages
Total messages: 10 (5 generated)
|
|||||||||||||||||||||||||||||||||||||