forked from forgejo/forgejo
Rename QUEUE_NAME REDIS_QUEUE_NAME
This commit is contained in:
parent
a74b473655
commit
1f83b4fc9b
4 changed files with 22 additions and 22 deletions
|
@ -36,7 +36,7 @@ func CreateQueue(name string, handle HandlerFunc, exemplar interface{}) Queue {
|
|||
opts["Network"] = q.Network
|
||||
opts["Password"] = q.Password
|
||||
opts["DBIndex"] = q.DBIndex
|
||||
opts["QueueName"] = q.QueueName
|
||||
opts["RedisQueueName"] = q.RedisQueueName
|
||||
opts["Workers"] = q.Workers
|
||||
opts["MaxWorkers"] = q.MaxWorkers
|
||||
opts["BlockTimeout"] = q.BlockTimeout
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue