mirror of
https://github.com/go-gitea/gitea
synced 2025-07-23 18:58:38 +00:00
Update modules/queue/queue_disk.go
This commit is contained in:
@@ -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)
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user