mirror of
https://github.com/koush/scrypted.git
synced 2026-03-13 05:52:05 +00:00
core: reduce memory pressure on startup from typescript import
This commit is contained in:
@@ -53,6 +53,7 @@ export class Scheduler {
|
||||
async setName() { },
|
||||
async setType() { },
|
||||
async setRoom() { },
|
||||
async probe() { return true },
|
||||
listen(event: EventListenerOptions, callback, source?: ScryptedDeviceBase) {
|
||||
function reschedule(): Date {
|
||||
const now = Date.now();
|
||||
|
||||
Reference in New Issue
Block a user