uncomment

This commit is contained in:
spaced4ndy
2024-06-12 19:41:33 +04:00
parent 509612a528
commit 17ba07aaeb
+1 -1
View File
@@ -1926,7 +1926,7 @@ data SMPServerSummary = SMPServerSummary
activeSubscriptions :: [SMPServerSubRcvId],
pendingSubscriptions :: [SMPServerSubRcvId],
rcvMsgs :: Int64,
-- duplicateRcvMsgs :: Int64, -- tracking it per server allows to easier detect it before checking detailed info
duplicateRcvMsgs :: Int64, -- tracking it per server allows to easier detect it before checking detailed info
sndMsgs :: Int64
}
deriving (Show)