Lower default threads to 2

degen-loop-screen
Alessandro Ranellucci 2012-05-13 23:14:56 +02:00
parent 2a6ad2f3f7
commit f1905256f8
1 changed files with 1 additions and 1 deletions

View File

@ -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 = '';