1
1
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:
zeripath
2019-12-31 12:27:04 +00:00
committed by GitHub
parent 6c6d3eae76
commit 402e4dfe96

View File

@@ -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)
}
}