mirror of
https://github.com/openimsdk/open-im-server.git
synced 2026-05-21 01:09:01 +08:00
Remove duplicate messageVerification call in sendMsg
This commit is contained in:
@@ -252,7 +252,7 @@ func NewMsgPullFromMongoSuccessCounter() {
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
MsgPullFromMongoSuccessCounter = promauto.NewCounter(prometheus.CounterOpts{
|
MsgPullFromMongoSuccessCounter = promauto.NewCounter(prometheus.CounterOpts{
|
||||||
Name: "msg_pull_from_redis_success",
|
Name: "msg_pull_from_mongo_success",
|
||||||
Help: "The number of successful pull msg from mongo",
|
Help: "The number of successful pull msg from mongo",
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user