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"
|
topics = "bufferstream"
|
||||||
|
|
||||||
const
|
const
|
||||||
DefaultBufferSize* = 1024
|
DefaultBufferSize* = 102400
|
||||||
|
|
||||||
const
|
const
|
||||||
BufferStreamTrackerName* = "libp2p.bufferstream"
|
BufferStreamTrackerName* = "libp2p.bufferstream"
|
||||||
|
|
Loading…
Reference in New Issue