mirror of https://github.com/vacp2p/nim-libp2p.git
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…
Reference in New Issue