diff --git a/backend/windmill-queue/src/jobs.rs b/backend/windmill-queue/src/jobs.rs index 63f3b2d54b..30677ca6a3 100644 --- a/backend/windmill-queue/src/jobs.rs +++ b/backend/windmill-queue/src/jobs.rs @@ -110,9 +110,9 @@ lazy_static::lazy_static! { } -#[cfg(feature = "enterprise")] +#[cfg(feature = "cloud")] const MAX_FREE_EXECS: i32 = 1000; -#[cfg(feature = "enterprise")] +#[cfg(feature = "cloud")] const MAX_FREE_CONCURRENT_RUNS: i32 = 30; const ERROR_HANDLER_USERNAME: &str = "error_handler";