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:
parent
b027905ed0
commit
2e3796642d
@ -50,7 +50,7 @@ import { LogHelper } from '@/helpers/log-helper'
|
||||
|
||||
setInterval(() => {
|
||||
Telemetry.heartbeat()
|
||||
}, 1_000 * 3_600)
|
||||
}, 1_000 * 3_600 * 6)
|
||||
;[
|
||||
'exit',
|
||||
'SIGINT',
|
||||
|
Loading…
Reference in New Issue
Block a user