libp2p / jvm-libp2p

a libp2p implementation for the JVM, written in Kotlin 🔥
https://libp2p.io
Apache License 2.0
260 stars 74 forks source link

[Yamux] Increase the max buffered connection writes #325

Closed StefanBratanov closed 11 months ago

StefanBratanov commented 11 months ago

Increase the max buffered connection writes to 150 MiB until proper backpressure is implemented as part of https://github.com/libp2p/jvm-libp2p/issues/282

150 MiB is enough to serve Ethereum BeaconBlocksByRange requests

fixes #311

StefanBratanov commented 11 months ago

Will override value in Teku for the time being