reverst buffer size

This commit is contained in:
Dmitriy Ryajov 2020-08-20 20:41:22 -06:00
parent 90ac1d21de
commit 9cd8b020f6
No known key found for this signature in database
GPG Key ID: DA8C680CE7C657A4
1 changed files with 1 additions and 1 deletions

View File

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