mirror of
https://github.com/go-gitea/gitea
synced 2025-02-10 04:37:02 +01:00
Update modules/queue/queue_redis.go
Co-Authored-By: guillep2k <18600385+guillep2k@users.noreply.github.com>
This commit is contained in:
parent
030b6d91c8
commit
9941ae2966
@ -170,7 +170,6 @@ func (r *RedisQueue) readToChan() {
|
||||
|
||||
log.Trace("RedisQueue: %s Task found: %#v", r.name, data)
|
||||
r.pool.Push(data)
|
||||
time.Sleep(time.Millisecond * 10)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user