1
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-02-02 15:09:33 -05: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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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