fix(core): update
This commit is contained in:
		| @@ -26,7 +26,8 @@ export class SmartMetrics { | ||||
|     } | ||||
|     this.started = true; | ||||
|     while (this.started) { | ||||
|       this.logger.log('info', `sending heartbeat for ${this.sourceNameArg}`, { | ||||
|       this.logger.log('info', `sending heartbeat for ${this.sourceNameArg} with metrics`, { | ||||
|         eventType: 'heartbeat', | ||||
|         metrics: await this.getMetrics(), | ||||
|       }); | ||||
|       await plugins.smartdelay.delayFor(60000, null, true); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user