Skip to content

Commit 4015192

Browse files
committed
fix test lint issues
1 parent eb8e80a commit 4015192

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

backend/windmill-queue/src/jobs.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ lazy_static::lazy_static! {
110110

111111
}
112112

113-
#[cfg(feature = "enterprise")]
113+
#[cfg(feature = "cloud")]
114114
const MAX_FREE_EXECS: i32 = 1000;
115-
#[cfg(feature = "enterprise")]
115+
#[cfg(feature = "cloud")]
116116
const MAX_FREE_CONCURRENT_RUNS: i32 = 30;
117117

118118
const ERROR_HANDLER_USERNAME: &str = "error_handler";

0 commit comments

Comments
 (0)