mirror of
https://github.com/status-im/nim-libp2p.git
synced 2025-01-11 13:34:26 +00:00
work around bufferstream deadlock (#332)
mplex backpressure handling deadlocks with something
This commit is contained in:
parent
53877e97bd
commit
790b67c923
@ -43,7 +43,7 @@ logScope:
|
||||
topics = "bufferstream"
|
||||
|
||||
const
|
||||
DefaultBufferSize* = 1024
|
||||
DefaultBufferSize* = 102400
|
||||
|
||||
const
|
||||
BufferStreamTrackerName* = "libp2p.bufferstream"
|
||||
|
Loading…
x
Reference in New Issue
Block a user