mirror of
https://github.com/go-gitea/gitea
synced 2025-01-08 04:16:02 +01:00
Update modules/queue/queue_disk.go
This commit is contained in:
parent
6c6d3eae76
commit
402e4dfe96
@ -148,7 +148,6 @@ func (l *LevelQueue) readToChan() {
|
||||
|
||||
log.Trace("LevelQueue %s: Task found: %#v", l.name, data)
|
||||
l.pool.Push(data)
|
||||
time.Sleep(time.Millisecond * 10)
|
||||
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user