summaryrefslogtreecommitdiffstats
path: root/aclk
diff options
context:
space:
mode:
authorEmmanuel Vasilakis <mrzammler@mm.st>2022-05-30 12:11:59 +0300
committerGitHub <noreply@github.com>2022-05-30 12:11:59 +0300
commit11be67a9c37c9399bc02d8078e8995fca7e96fe6 (patch)
tree21b91b5bfd9eaef79f64f5a14aedda2b6c7626f7 /aclk
parent1498952b69019c6a2b829f68c5ed8e392051a4ee (diff)
Trigger queue removed alerts on health log exchange with cloud (#12954)
trigger queue removed on health log exchange with cloud
Diffstat (limited to 'aclk')
-rw-r--r--aclk/aclk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/aclk/aclk.c b/aclk/aclk.c
index 599b9a093b..4aff9ef9f8 100644
--- a/aclk/aclk.c
+++ b/aclk/aclk.c
@@ -34,7 +34,7 @@ time_t last_disconnect_time = 0;
time_t next_connection_attempt = 0;
float last_backoff_value = 0;
-int aclk_alert_reloaded = 1; //1 on startup, and again on health_reload
+int aclk_alert_reloaded = 0; //1 on health log exchange, and again on health_reload
time_t aclk_block_until = 0;