Skip to content

Commit

Permalink
Lower default threads to 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alranel committed May 13, 2012
1 parent 2a6ad2f commit f190525
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Slic3r.pm
Expand Up @@ -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 = '';
Expand Down

0 comments on commit f190525

Please sign in to comment.