1
0

GODT-1777: Message de-duplication in IMAP (+ cleanup)

This commit is contained in:
James Houlahan
2022-10-23 19:02:26 +02:00
parent c9808d07df
commit 036a416a25
7 changed files with 167 additions and 148 deletions

View File

@ -127,7 +127,7 @@ func New(
apiUser: safe.NewValue(apiUser),
apiAddrs: safe.NewMapFrom(groupBy(apiAddrs, func(addr liteapi.Address) string { return addr.ID }), sortAddr),
updateCh: safe.NewMapFrom(updateCh, nil),
sendHash: newSendRecorder(sendHashExpiry),
sendHash: newSendRecorder(sendEntryExpiry),
tasks: xsync.NewGroup(context.Background()),