Remove duplicate messageVerification call in sendMsg

pull/351/head
skiffer-git 2 years ago
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…
Cancel
Save