set default workers to 1

This commit is contained in:
Arnaud_Cayrol 2026-02-14 16:53:39 +01:00
parent 746f3b3109
commit 467841f578

View file

@ -544,7 +544,7 @@ pub struct ProcessingConfig {
impl Default for ProcessingConfig { impl Default for ProcessingConfig {
fn default() -> Self { fn default() -> Self {
Self { Self {
max_workers: num_cpus(), max_workers: 1,
use_preview: true, use_preview: true,
face_resolution: FaceResolutionConfig::default(), face_resolution: FaceResolutionConfig::default(),
blur: BlurConfig::default(), blur: BlurConfig::default(),