From df7655d19bbaed14d58ea0c95389e369762ea8f5 Mon Sep 17 00:00:00 2001 From: Tim Vaillancourt Date: Tue, 10 Dec 2024 20:05:13 +0100 Subject: [PATCH] Update summary.md --- changelog/22.0/22.0.0/summary.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/changelog/22.0/22.0.0/summary.md b/changelog/22.0/22.0.0/summary.md index ea1038b74d8..cb8372cd60e 100644 --- a/changelog/22.0/22.0.0/summary.md +++ b/changelog/22.0/22.0.0/summary.md @@ -70,6 +70,6 @@ While the flag will continue to accept float values (interpreted as seconds) for ### `--topo_read_concurrency` behaviour changes -The `--topo_read_concurrency` flag was added to all components that access the topology and the provided limit now applied separately for each global or local cell _(default `32`)_. +The `--topo_read_concurrency` flag was added to all components that access the topology and the provided limit is now applied separately for each global or local cell _(default `32`)_. All topology read calls _(`Get`, `GetVersion`, `List` and `ListDir`)_ now respect this per-cell limit. Previous to this version a single limit was applied to all cell calls and it was not respected by many topology calls.