diff --git a/mq/mq.go b/mq/mq.go index 44e1b8b2..7511295c 100644 --- a/mq/mq.go +++ b/mq/mq.go @@ -125,7 +125,7 @@ func SetupMQTT(fatal bool) { // Keepalive -- periodically pings all nodes to let them know server is still alive and doing well func Keepalive(ctx context.Context) { - //go PublishPeerUpdate(true) + go PublishPeerUpdate(false) for { select { case <-ctx.Done():