@@ -498,6 +498,10 @@ func (b *BuildManager) syncWorker(ctx context.Context) error {
}
for _, pkg := range queue {
if pkg.DbPackage.SkipReason != "" {
continue
if pkg.Priority() > cutOff && cutOff >= conf.Build.SlowQueueThreshold {
slowQueue = append(slowQueue, pkg)
} else {
The note is not visible to the blocked user.