twMediaDownloader
twMediaDownloader copied to clipboard
Fix download extremely slow when tab inactive
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