Workaround For Youtube Chat Memory Leaks

Fix Youtube Live Chat Memory Leaks

目前為 2021-02-23 提交的版本,檢視 最新版本

作者
板海苔
評價
0 0 0
版本
0.1
建立日期
2021-02-23
更新日期
2021-02-23
尺寸
2.5 KB
授權條款
BSD-3-Clause https://opensource.org/licenses/BSD-3-Clause
腳本執行於

Currently (2021-02-23), youtube live chat has a bug that never execute some scheduled tasks.
Those tasks are scheduled for each time a new message is added to the chat and hold the memory until being executed.
This script will let the scheduler to execute those tasks so the memory held by those tasks could be freed.