1
0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-09 15:28:22 -05:00

Update modules/queue/queue_disk_channel.go

Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
zeripath 2019-12-31 12:33:33 +00:00 committed by GitHub
parent 402e4dfe96
commit a10129f74c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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,