mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-09-11 08:07:15 +00:00
fix test lint issues
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user