Skip to content

Commit 6e4cecb

Browse files
committed
reduce export png thread to 1 (performance issue)
1 parent 110befa commit 6e4cecb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inkscape/svg2shenzhen/export.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
import pickle
1919

2020

21-
EXPORT_PNG_MAX_PROCESSES = 20
21+
EXPORT_PNG_MAX_PROCESSES = 1
2222
EXPORT_KICAD_MAX_PROCESSES = 2
2323

2424
pcb_header = '''

0 commit comments

Comments
 (0)