mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-01-07 12:17:02 +08:00
feat: msg doc len changed
This commit is contained in:
parent
50021fe9eb
commit
21bf1239df
@ -25,7 +25,7 @@ func (m *MsgMongoDriver) ConvertMsgsDocLen(ctx context.Context, conversationIDs
|
||||
continue
|
||||
}
|
||||
if len(msgDocs) < 1 {
|
||||
log.ZDebug(ctx, "len(msgs) < 1", "conversationID", conversationID)
|
||||
// log.ZDebug(ctx, "len(msgs) < 1", "conversationID", conversationID)
|
||||
continue
|
||||
}
|
||||
log.ZInfo(ctx, "msg doc convert", "conversationID", conversationID, "len(msgDocs)", len(msgDocs))
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user