forked from Silverfish/proton-bridge
feat(GODT-2553): Try to send telemetry every hour.
This commit is contained in:
@ -305,7 +305,7 @@ func (bridge *Bridge) SetTelemetryDisabled(isDisabled bool) error {
|
||||
}
|
||||
// If telemetry is re-enabled locally, try to send the heartbeat.
|
||||
if !isDisabled {
|
||||
bridge.heartbeat.TrySending()
|
||||
defer bridge.goHeartbeat()
|
||||
}
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user