increase max concurrent runs

This commit is contained in:
Ruben Fiszel
2023-02-03 22:39:36 +01:00
parent be526b2f23
commit cfa1e6f1e8
+1 -1
View File
@@ -45,7 +45,7 @@ lazy_static::lazy_static! {
}
const MAX_FREE_EXECS: i32 = 1000;
const MAX_FREE_CONCURRENT_RUNS: i32 = 3;
const MAX_FREE_CONCURRENT_RUNS: i32 = 15;
pub async fn cancel_job<'c>(
username: &str,