twMediaDownloader icon indicating copy to clipboard operation
twMediaDownloader copied to clipboard

Fix download extremely slow when tab inactive

Open Ovear opened this issue 2 years ago • 1 comments

Hi, Chrome hard-coded a minumal timer interval which is set to 1000 [1], and it will be severe afftect our donwload speed when tab is not active.

This pr fixed this, and passed test on my pc.

[1] https://codereview.chromium.org/6577021

Ovear avatar Sep 23 '22 20:09 Ovear