disable-background-timer-throttling & pause-background-tabs flag is not working as expected in Chrome version 64

妖精的绣舞 提交于 2019-12-07 05:24:10

问题


My application has background threads running, but because of optimization is done in Chrome by default, those threads are throttled when the browser is minimized or running in the inactive tab. We have flags to disable the throttling done by Chrome. I have disabled these 2 flags in Chrome --pause-background-tabs -> disabled --disable-background-timer-throttling -> disabled

But still, I could see the throttling is still happening in inactive tabs/minimized browser of chrome, any idea how to disable?

来源:https://stackoverflow.com/questions/48946692/disable-background-timer-throttling-pause-background-tabs-flag-is-not-working

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!