mirror of
https://github.com/go-gitea/gitea.git
synced 2026-08-23 22:20:27 +00:00
fix: make local queue PopItem can be notified (#39011)
This commit is contained in:
@@ -14,7 +14,9 @@ import (
|
||||
)
|
||||
|
||||
var (
|
||||
infiniteTimerC = make(chan time.Time)
|
||||
noNotifyChan chan struct{}
|
||||
infiniteTimerC chan time.Time
|
||||
|
||||
batchDebounceDuration = 100 * time.Millisecond
|
||||
workerIdleDuration = 1 * time.Second
|
||||
shutdownDefaultTimeout = 2 * time.Second
|
||||
|
||||
Reference in New Issue
Block a user