feat: make concurrent builds an OSS feature without license gating

This commit is contained in:
Mauricio Siu
2026-07-09 02:24:08 -06:00
parent 856cf33dd8
commit 8d0ae19b58
8 changed files with 31 additions and 173 deletions

View File

@@ -105,7 +105,7 @@ export const webServerSettings = pgTable("webServerSettings", {
}),
// Deployment Configuration (self-hosted only)
remoteServersOnly: boolean("remoteServersOnly").notNull().default(false),
// Concurrent builds on the local web server (enterprise-gated to > 1)
// Concurrent builds on the local web server
buildsConcurrency: integer("buildsConcurrency").notNull().default(1),
// Auth Configuration (self-hosted only)
enforceSSO: boolean("enforceSSO").notNull().default(false),