mirror of
https://github.com/simplex-chat/simplexmq.git
synced 2026-09-01 20:18:26 +00:00
comment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user