Remove ts/services/timers.ts

This commit is contained in:
Fedor Indutny
2021-10-06 14:59:34 -07:00
committed by GitHub
parent 26eabf16a8
commit a537204fc0
10 changed files with 38 additions and 144 deletions

View File

@@ -383,11 +383,6 @@ try {
version: config.version,
});
// Linux seems to periodically let the event loop stop, so this is a global workaround
setInterval(() => {
window.nodeSetImmediate(() => {});
}, 1000);
const { imageToBlurHash } = require('./ts/util/imageToBlurHash');
const { isValidGuid } = require('./ts/util/isValidGuid');
const { ActiveWindowService } = require('./ts/services/ActiveWindowService');