mirror of
https://github.com/hensm/fx_cast.git
synced 2026-06-10 09:39:58 +00:00
Fix CPU usage issue with 0-interval timer (fixes #73)
This commit is contained in:
@@ -30,7 +30,6 @@ export default new class ShimManager {
|
||||
private activeShims = new Set<Shim>();
|
||||
|
||||
public async init () {
|
||||
await StatusManager.init();
|
||||
await this.initStatusListeners();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user