1
1
mirror of https://github.com/leon-ai/leon.git synced 2024-11-23 20:12:08 +03:00

refactor(server): send heartbeat every 6 hours instead

This commit is contained in:
louistiti 2023-05-02 16:43:04 +08:00
parent b027905ed0
commit 2e3796642d
No known key found for this signature in database
GPG Key ID: 92CD6A2E497E1669

View File

@ -50,7 +50,7 @@ import { LogHelper } from '@/helpers/log-helper'
setInterval(() => {
Telemetry.heartbeat()
}, 1_000 * 3_600)
}, 1_000 * 3_600 * 6)
;[
'exit',
'SIGINT',