From e5f133d8265d86bc4aa69473d7b1abe3ceebbf97 Mon Sep 17 00:00:00 2001 From: Francesco Mazzoli Date: Tue, 20 Feb 2024 13:55:30 +0000 Subject: [PATCH] Correct rota for "queue full" alert --- cpp/shard/Shard.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/cpp/shard/Shard.cpp b/cpp/shard/Shard.cpp index 4e276593..33205c19 100644 --- a/cpp/shard/Shard.cpp +++ b/cpp/shard/Shard.cpp @@ -740,6 +740,7 @@ public: _shared(shared), _shid(shid), _sendMetricsAlert(XmonAppType::DAYTIME), + _sockQueueAlerts({XmonAppType::NEVER, XmonAppType::NEVER}), _writeQueueAlert(XmonAppType::NEVER) {}