Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/sn4k3/UVtools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Conceição <Tiago_caza@hotmail.com>2021-08-31 19:06:46 +0300
committerTiago Conceição <Tiago_caza@hotmail.com>2021-08-31 19:06:46 +0300
commit774fe9d5d096aa2922f2219ddfeeb18c925530de (patch)
treea989b30e4119a10d7f56e97d54240ad8849e83da /CHANGELOG.md
parent1fd53c9d3c34ef2e4027eb2ceb8e79d9e6cdb7e3 (diff)
v2.20.5v2.20.5
- (Add) Setting - Max degree of parallelism: Sets the maximum number of concurrent tasks/threads/operations enabled to run by parallel method calls. If your computer lags and freeze during operations you can reduce this number to reduce the workload and keep some cores available to other tasks as well. <= 0: Will utilize however many threads the underlying scheduler provides, mostly this is the processor count. 1: Single thread. (#279)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index bc150fa..4d34147 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## 31/08/2021 - v2.20.5
+
+- (Add) Setting - Max degree of parallelism: Sets the maximum number of concurrent tasks/threads/operations enabled to run by parallel method calls.
+ If your computer lags and freeze during operations you can reduce this number to reduce the workload and keep some cores available to other tasks as well.
+ <= 0: Will utilize however many threads the underlying scheduler provides, mostly this is the processor count.
+ 1: Single thread. (#279)
+
## 29/08/2021 - v2.20.4
- (Fix) On some tools, calibration tests and even files when recalculating the Z layer position for the whole set, it will use the bottom setting for all layers