mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-16 18:12:10 +00:00
Lower default threads to 2
This commit is contained in:
@@ -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 = '';
|
||||
|
||||
Reference in New Issue
Block a user