mirror of
https://git.mirrors.martin98.com/https://github.com/slic3r/Slic3r.git
synced 2025-08-12 06:19:06 +08:00
Lower default threads to 2
This commit is contained in:
parent
2a6ad2f3f7
commit
f1905256f8
@ -37,7 +37,7 @@ use Slic3r::Surface;
|
|||||||
use Slic3r::TriangleMesh;
|
use Slic3r::TriangleMesh;
|
||||||
|
|
||||||
our $have_threads = $Config{useithreads} && eval "use threads; use Thread::Queue; 1";
|
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
|
# miscellaneous options
|
||||||
our $notes = '';
|
our $notes = '';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user