mirror of
https://github.com/openimsdk/open-im-server.git
synced 2025-04-06 04:15:46 +08:00
Remove duplicate messageVerification call in sendMsg
This commit is contained in:
parent
ccc65c846f
commit
1b31de18e4
@ -252,7 +252,7 @@ func NewMsgPullFromMongoSuccessCounter() {
|
||||
return
|
||||
}
|
||||
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",
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user