Skip to content

Commit

Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update summary.md
Browse files Browse the repository at this point in the history
timvaillancourt authored Dec 10, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 615f803 commit 909af38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion changelog/22.0/22.0.0/summary.md
Original file line number Diff line number Diff line change
@@ -70,6 +70,6 @@ While the flag will continue to accept float values (interpreted as seconds) for

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

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`)_.
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`)_.

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.

0 comments on commit 909af38

Please sign in to comment.