diff --git a/lib/Slic3r.pm b/lib/Slic3r.pm index f41d41edf..7ab466f27 100644 --- a/lib/Slic3r.pm +++ b/lib/Slic3r.pm @@ -37,7 +37,7 @@ use Slic3r::Surface; use Slic3r::TriangleMesh; our $have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1"; -our $threads = $have_threads ? 4 : undef; +our $threads = $have_threads ? 2 : undef; # miscellaneous options our $notes = '';