We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b01aba commit 7f8c3eaCopy full SHA for 7f8c3ea
Sources/Alchemy/Commands/Serve/RunServe.swift
@@ -60,7 +60,9 @@ final class RunServe: Command {
60
lifecycle.registerScheduler()
61
}
62
63
- lifecycle.registerWorkers(workers, on: .default)
+ if workers > 0 {
64
+ lifecycle.registerWorkers(workers, on: .default)
65
+ }
66
67
68
func start() -> EventLoopFuture<Void> {
0 commit comments