This commit is contained in:
shoopea 2019-05-16 20:44:59 +08:00
parent eb7856a51b
commit caaf63aaac

View File

@ -112,7 +112,7 @@ func main() {
go MQGetMsgWorker(w, MQCWMsgQueue) go MQGetMsgWorker(w, MQCWMsgQueue)
} }
for w := 1; w <= SQLCWMsgWorkers; w++ { for w := 1; w <= SQLCWMsgWorkers; w++ {
go SQLCWMsgWorker(w, MQCWIncMsgQueue, SQLMsgIdentifyQueue) go SQLCWMsgWorker(w, MQCWMsgQueue, SQLMsgIdentifyQueue)
} }
for w := 1; w <= SQLIdentifyMsgWorkers; w++ { for w := 1; w <= SQLIdentifyMsgWorkers; w++ {
go SQLIdentifyMsgWorker(w, SQLMsgIdentifyQueue) go SQLIdentifyMsgWorker(w, SQLMsgIdentifyQueue)