fix(core): update

This commit is contained in:
Philipp Kunz 2021-08-19 19:22:29 +02:00
parent 29609eb5ba
commit dad2bc26fc

View File

@ -31,7 +31,7 @@ export class SmartMetrics {
eventType: 'heartbeat',
metrics: await this.getMetrics(),
});
await plugins.smartdelay.delayFor(10000, null, true);
await plugins.smartdelay.delayFor(20000, null, true);
}
};
unattendedStart();