Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: decrease max buffered amount for WebRTC datachannels (#2628)
From experimental testing, 16MB is too big for Chrome to handle, when sending large amounts of data - the `bufferedamountlow` never fires. Lower it to 2MB which seems to work better when running the Helia transport benchmarks.
- Loading branch information