fix err
This commit is contained in:
@@ -303,6 +303,10 @@ func initServices(c config.Config, userAuthModel model.UserAuthModel, westDexSer
|
||||
return true
|
||||
},
|
||||
Concurrency: 10,
|
||||
Queues: map[string]int{
|
||||
"default": 10,
|
||||
"agent_balance": 6,
|
||||
},
|
||||
},
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user