work around bufferstream deadlock (#332)

mplex backpressure handling deadlocks with something
This commit is contained in:
Jacek Sieka 2020-08-17 12:45:54 +02:00 committed by GitHub
parent 53877e97bd
commit 790b67c923
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ logScope:
topics = "bufferstream"
const
DefaultBufferSize* = 1024
DefaultBufferSize* = 102400
const
BufferStreamTrackerName* = "libp2p.bufferstream"