- in Tool Milling made sure that deleting the only tool will not crash the application
- added a new parameter in Preferences to control the number of processes created by the Pool() - more processes better performance but also a lot of memory consumed - made sure that the display of messages in the Status Bar is done asap
This commit is contained in:
@@ -100,6 +100,7 @@ class AppDefaults:
|
||||
"global_version_check": True,
|
||||
"global_send_stats": True,
|
||||
"global_worker_number": int((os.cpu_count()) / 2) if os.cpu_count() > 4 else 1,
|
||||
"global_process_number": int((os.cpu_count()) / 4) if os.cpu_count() > 4 else 1,
|
||||
"global_tolerance": 0.005,
|
||||
|
||||
"global_save_compressed": True,
|
||||
|
||||
Reference in New Issue
Block a user