diff options
author | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-18 14:35:36 +0100 |
---|---|---|
committer | Klaus Aehlig <klaus.aehlig@huawei.com> | 2025-03-18 15:35:59 +0100 |
commit | ad860684f6fc2e07a764049bd467718c1fef24cb (patch) | |
tree | c1cac1449fdc924dbf24b3feaf3c5b803c950025 | |
parent | 360ddbb0285554c936d5eaa95460d5aad3e13b1e (diff) | |
download | justbuild-ad860684f6fc2e07a764049bd467718c1fef24cb.tar.gz |
CHANGELOG: document performance fix in just serve
-rw-r--r-- | CHANGELOG.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index e907701a..10465798 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,8 @@ A feature release on top of `1.5.0`, backwards compatible. files atomically; so waiting processes can assume the content to be available as soon as the requested file appears on the file sytem. +- `just serve` now fetches trees from remote execution in parallel + and through its local CAS; this fixes a performance issue. ## Release `1.5.0` (2025-03-06) |