This commit is contained in:
spaced4ndy
2024-06-12 19:42:18 +04:00
parent 17ba07aaeb
commit fd3ca5b496
+1 -1
View File
@@ -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