mirror of
https://github.com/go-gitea/gitea
synced 2024-12-23 00:07:52 +01:00
Missed q.lock.Unlock() will cause panic (#9706)
This commit is contained in:
parent
7eaba6ba8a
commit
0e53a16cca
@ -62,7 +62,6 @@ func (q *delayedStarter) setInternal(atShutdown func(context.Context, func()), h
|
||||
queue, err := NewQueue(q.underlying, handle, q.cfg, exemplar)
|
||||
if err == nil {
|
||||
q.internal = queue
|
||||
q.lock.Unlock()
|
||||
break
|
||||
}
|
||||
if err.Error() != "resource temporarily unavailable" {
|
||||
|
Loading…
Reference in New Issue
Block a user