Increase max_concurrent_jobs in job queue (#19797)
This commit is contained in:
@@ -112,7 +112,7 @@ impl Default for JobQueueConfig {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
queue_capacity: 1000,
|
||||
max_concurrent_jobs: 10,
|
||||
max_concurrent_jobs: 200,
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user