From fd3ca5b4963a98381ff2b6bde02a0971faa72cee Mon Sep 17 00:00:00 2001 From: spaced4ndy <8711996+spaced4ndy@users.noreply.github.com> Date: Wed, 12 Jun 2024 19:42:18 +0400 Subject: [PATCH] comment --- src/Simplex/Messaging/Agent/Client.hs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Simplex/Messaging/Agent/Client.hs b/src/Simplex/Messaging/Agent/Client.hs index 8f002b71b..af9eef919 100644 --- a/src/Simplex/Messaging/Agent/Client.hs +++ b/src/Simplex/Messaging/Agent/Client.hs @@ -1923,7 +1923,7 @@ data ServersSummary = ServersSummary data SMPServerSummary = SMPServerSummary { smpServer :: SMPServer, usedForNewConnections :: Bool, - activeSubscriptions :: [SMPServerSubRcvId], + activeSubscriptions :: [SMPServerSubRcvId], -- or even simply count? pendingSubscriptions :: [SMPServerSubRcvId], rcvMsgs :: Int64, duplicateRcvMsgs :: Int64, -- tracking it per server allows to easier detect it before checking detailed info