Browse Source

Update modules/queue/queue_disk_channel.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
pull/9363/head
zeripath 6 years ago committed by GitHub
parent
commit
a10129f74c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      modules/queue/queue_disk_channel.go

2
modules/queue/queue_disk_channel.go

@ -59,7 +59,7 @@ func NewPersistableChannelQueue(handle HandlerFunc, cfg, exemplar interface{}) (
return nil, err return nil, err
} }
// the level backend only needs temporary workrers to catch up with the previously dropped work // the level backend only needs temporary workers to catch up with the previously dropped work
levelCfg := LevelQueueConfiguration{ levelCfg := LevelQueueConfiguration{
DataDir: config.DataDir, DataDir: config.DataDir,
QueueLength: config.QueueLength, QueueLength: config.QueueLength,

Loading…
Cancel
Save