test
This commit is contained in:
parent
91a4ed0e48
commit
a701abf67f
4
def.go
4
def.go
@ -215,13 +215,13 @@ const (
|
||||
MQCWMsgQueueSize = 100
|
||||
SQLCWMsgWorkers = 6
|
||||
SQLIdentifyMsgWorkers = 6
|
||||
SQLMsgIdentifyQueueSize = 100
|
||||
SQLMsgIdentifyQueueSize = 1000
|
||||
SQLJobWorkers = 12
|
||||
TGCmdWorkers = 3
|
||||
TGCmdQueueSize = 100
|
||||
MQTGCmdWorkers = 3
|
||||
MQTGCmdQueueSize = 100
|
||||
SQLJobSliceSize = 25
|
||||
SQLJobSliceSize = 250
|
||||
)
|
||||
|
||||
var (
|
||||
|
Loading…
Reference in New Issue
Block a user