File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -236,7 +236,7 @@ Concurrency adds complexity. Concurrency adds overhead due to synchronization.
236236Thus unless proven to be a bottleneck, don't make things concurrent. As an example
237237the hierarchical ` NetworkBehaviour ` state machine runs sequentially. It is easy
238238to debug as it runs sequentially. Thus far there has been no proof that
239- shows a speed up when running it concurrently.
239+ shows a speed- up when running it concurrently.
240240
241241## Use ` async/await ` for sequential execution only
242242
Original file line number Diff line number Diff line change 246246
247247- Move from ` open-metrics-client ` to ` prometheus-client ` (see [ PR 2442] ).
248248
249- - Emit gossip of all non empty topics (see [ PR 2481] ).
249+ - Emit gossip of all non- empty topics (see [ PR 2481] ).
250250
251251- Merge NetworkBehaviour's inject_ \* paired methods (see [ PR 2445] ).
252252
You can’t perform that action at this time.
0 commit comments