diff --git a/common/src/slowjob.rs b/common/src/slowjob.rs index 2347bf74ee..192f47e15a 100644 --- a/common/src/slowjob.rs +++ b/common/src/slowjob.rs @@ -66,7 +66,7 @@ impl InternalSlowJobPool { running_jobs: RwLock::new(HashMap::new()), configs: RwLock::new(HashMap::new()), global_running_jobs: Arc::new(AtomicU64::new(0)), - global_limit, + global_limit: global_limit.max(1), threadpool, } }