Skip to content

Commit

Permalink
fix changelog wording
Browse files Browse the repository at this point in the history
Signed-off-by: Tim Vaillancourt <[email protected]>
  • Loading branch information
timvaillancourt committed Dec 10, 2024
1 parent ab0120c commit b84b449
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions changelog/22.0/22.0.0/summary.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ never be promoted, neither by planned nor by emergency reparents.

### <a id="topo-read-concurrency-changes"/>`--topo_read_concurrency` behaviour changes

The `--topo_read_concurrency` limit now applies to each global or local cell; each cell receives the same concurrency limit _(default `32`)_.
The `--topo_read_concurrency` flag is now added to all components that access the topology and the provided limit now applies to each global or local cell, meaning each cell receives it's own concurrency limit _(default `32`)_.

Also all topology `Get`, `GetVersion`, `List` and `ListDir` read calls now respect this limit. Previous to this version the `--topo_read_concurrency` limit was not respected by all topology calls.
All topology read call _(`Get`, `GetVersion`, `List` and `ListDir`)_ now respect this per-cell limit. Previous to this version the `--topo_read_concurrency` limit was for all cell calls and was not respected by all topology calls.

0 comments on commit b84b449

Please sign in to comment.