You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
while addressing the flakiness of the tests I noticed the memory limit was not accurate according to the documentation, documentation mentions the limit [_is reached_](https://github.com/libp2p/rust-libp2p/blob/master/misc/memory-connection-limits/src/lib.rs#L85) not greater than.
This PR fixes that.
To address the flakiness due to now connections being probably a little bit smaller in memory footprint I gave room for a connection threshold in the tests.
Pull-Request: #6134.
0 commit comments