Brave request throttling blocks action button update #774
Labels
area/brave
Issues related to Brave Browser
kind/bug
A bug in existing code (including security flaws)
Finally, found out what is the cause of random browser action freezes! 🥶
It seems there is a limit of concurrent requests made by an extension, and it includes URLs for assets shipped with extension itself, such as icons.
This creates environment for unfortunate edge case: when we load a page with a lot of new assets that trigger delegated dht calls, internal request for "loading" browser action icon is marked as "pending":
Potential solutions:
The text was updated successfully, but these errors were encountered: