aboutsummaryrefslogtreecommitdiff
path: root/doc/manual
diff options
context:
space:
mode:
authorValentin Gagarin <valentin.gagarin@tweag.io>2023-05-14 11:59:40 +0200
committerGitHub <noreply@github.com>2023-05-14 11:59:40 +0200
commit454e27345125736a2c44282e4b31a8f325b754e7 (patch)
treef731f094cb17886558ccdb8711baabc6730a809f /doc/manual
parent29db89fe7ca2eae6111bb285a92e75edae4bb9d9 (diff)
parentc66a7af0c67e11579acf2554145f693d3a861450 (diff)
Merge pull request #8328 from urbas/max-substitution-jobs
Diffstat (limited to 'doc/manual')
-rw-r--r--doc/manual/src/release-notes/rl-next.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/manual/src/release-notes/rl-next.md b/doc/manual/src/release-notes/rl-next.md
index 78ae99f4b..bc0d41bdf 100644
--- a/doc/manual/src/release-notes/rl-next.md
+++ b/doc/manual/src/release-notes/rl-next.md
@@ -1,2 +1,6 @@
# Release X.Y (202?-??-??)
+- Speed-up of downloads from binary caches.
+ The number of parallel downloads (also known as substitutions) has been separated from the [`--max-jobs` setting](../command-ref/conf-file.md#conf-max-jobs).
+ The new setting is called [`max-substitution-jobs`](../command-ref/conf-file.md#conf-max-substitution-jobs).
+ The number of parallel downloads is now set to 16 by default (previously, the default was 1 due to the coupling to build jobs).