From ef5cf4fac31f1d438db90d10b76887c08c5eab78 Mon Sep 17 00:00:00 2001 From: Serge Tupchii Date: Wed, 19 Jun 2024 20:46:00 +0300 Subject: [PATCH] chore(clusterlink): fix comment --- apps/emqx_cluster_link/src/emqx_cluster_link_router_syncer.erl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/emqx_cluster_link/src/emqx_cluster_link_router_syncer.erl b/apps/emqx_cluster_link/src/emqx_cluster_link_router_syncer.erl index 6808da0bd..50550ec99 100644 --- a/apps/emqx_cluster_link/src/emqx_cluster_link_router_syncer.erl +++ b/apps/emqx_cluster_link/src/emqx_cluster_link_router_syncer.erl @@ -519,7 +519,7 @@ cancel_heartbeat(St = #st{heartbeat_timer = TRef}) -> %% Responsible for transferring local routing table snapshot to the target %% cluster. Does so either during the initial startup or when MQTT connection %% is re-established with a clean session. Once bootstrapping is done, it -%% opens the syncer. +%% activates the syncer. run_bootstrap(St = #st{target = TargetCluster, actor = ?PS_ACTOR, link_conf = #{topics := Topics}}) -> case mria_config:whoami() of