set default workers to 1
This commit is contained in:
parent
746f3b3109
commit
467841f578
1 changed files with 1 additions and 1 deletions
|
|
@ -544,7 +544,7 @@ pub struct ProcessingConfig {
|
|||
impl Default for ProcessingConfig {
|
||||
fn default() -> Self {
|
||||
Self {
|
||||
max_workers: num_cpus(),
|
||||
max_workers: 1,
|
||||
use_preview: true,
|
||||
face_resolution: FaceResolutionConfig::default(),
|
||||
blur: BlurConfig::default(),
|
||||
|
|
|
|||
Loading…
Reference in a new issue