From 9cd8b020f6a77d8b978ce347fc63cacf8b650b9d Mon Sep 17 00:00:00 2001 From: Dmitriy Ryajov Date: Thu, 20 Aug 2020 20:41:22 -0600 Subject: [PATCH] reverst buffer size --- libp2p/stream/bufferstream.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libp2p/stream/bufferstream.nim b/libp2p/stream/bufferstream.nim index 5cd33c1e6..7781d7a5c 100644 --- a/libp2p/stream/bufferstream.nim +++ b/libp2p/stream/bufferstream.nim @@ -43,7 +43,7 @@ logScope: topics = "bufferstream" const - DefaultBufferSize* = 102400 + DefaultBufferSize* = 1024 const BufferStreamTrackerName* = "libp2p.bufferstream"