1
0
Fork 0
forked from forgejo/forgejo

[CI] workerqueue attempt to fix flacky test

This commit is contained in:
oliverpool 2024-03-22 08:21:15 +01:00
parent 0aa77d0b9e
commit 5c248adcf1
3 changed files with 28 additions and 12 deletions

View file

@ -40,8 +40,6 @@ type WorkerPoolQueue[T any] struct {
workerMaxNum int
workerActiveNum int
workerNumMu sync.Mutex
workerStartedCounter int32
}
type flushType chan struct{}