mirror of
https://github.com/go-gitea/gitea
synced 2025-01-23 04:17:46 +01:00
Update modules/queue/queue_disk_channel.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
parent
402e4dfe96
commit
a10129f74c
@ -59,7 +59,7 @@ func NewPersistableChannelQueue(handle HandlerFunc, cfg, exemplar interface{}) (
|
||||
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{
|
||||
DataDir: config.DataDir,
|
||||
QueueLength: config.QueueLength,
|
||||
|
Loading…
x
Reference in New Issue
Block a user