[ThreadPool]: Best effort max tasks is increased only after a delay.
Best effort max tasks always acts like MayBlock. This is to prevent issue where many WILL_BLOCK BEST_EFFORT tasks increase the thread pool capacity, which is undesirable. This new behavior is similar to FixedMaxBestEffortTasks, but keeps the increase around to prevent deadlocks. https://uma.googleplex.com/p/chrome/variations/?sid=4a990d53992445c75cf9665227ab221c Bug: 1026785 Change-Id: I4be2f478c730cc75f8d358665edec72ad651902f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2300343 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:François Doray <fdoray@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#796545}
Showing
This diff is collapsed.
Please register or sign in to comment