This commit is contained in:
shoopea 2019-05-18 22:32:17 +08:00
parent 9e81bef534
commit 850de73623

4
def.go
View File

@ -215,13 +215,13 @@ const (
MQCWMsgQueueSize = 100
SQLCWMsgWorkers = 6
SQLIdentifyMsgWorkers = 6
SQLMsgIdentifyQueueSize = 1000
SQLMsgIdentifyQueueSize = 100
SQLJobWorkers = 12
TGCmdWorkers = 3
TGCmdQueueSize = 100
MQTGCmdWorkers = 3
MQTGCmdQueueSize = 100
SQLJobSliceSize = 15
SQLJobSliceSize = 25
)
var (