commit | db444ef5c49bb9f5eefb30e5c2b3ec97ddd8a94e | [log] [tgz] |
---|---|---|
author | Javier Fernández García-Boente <jfernandez@igalia.com> | Wed Jul 10 09:41:25 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Jul 10 09:41:25 2024 |
tree | 200d22c6b8d087e5b9e21206c5d3e47e1d7ce9fe | |
parent | 44b532763337c6dc0cc64cd64bcf7e46cf26b261 [diff] |
Define a ThrottlingData internal class to manage the throttling logic In order to mitigate the consequences of an aggressive throttling one of the actions proposed in the design doc [1] is to define a map indexed by the server's IP address to store the pending queues. This change defines an internal class that will be eventually stored in such map, so that we can retrieve the pending queue associated to a specific IP. [1]https://docs.google.com/document/d/1j2NJqLQyAHSBZArW6Iwg8uVId3NGQxnBV7b9LYbd8FM/edit?usp=sharing Bug: 40069954 Change-Id: Iaca8a6cb9d0194c066d781f6a6472252cfb8876c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5664914 Reviewed-by: Adam Rice <ricea@chromium.org> Commit-Queue: Javier Fernandez <jfernandez@igalia.com> Cr-Commit-Position: refs/heads/main@{#1325370}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure.
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.