Undisable the build queue

This commit is contained in:
ferreo 2024-08-02 21:55:17 +01:00
parent 14dbee975c
commit c0a79f2692

View File

@ -55,7 +55,7 @@ func runServer(ctx context.Context) error {
slog.Info("packages loaded in " + time.Since(start).String())
buildqueue.StartPackageQueueWorker(ctx)
// buildqueue.StartQueueAndStatusWorker(ctx)
buildqueue.StartQueueAndStatusWorker(ctx)
cfg := fiber.Config{
JSONEncoder: json.Marshal,