From b54a265373be2e787a8e69ec2de307de95f428b5 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Wed, 3 Feb 2016 14:12:46 +0000 Subject: [PATCH] increase buffer size in ray --- transport/ray/direct.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/transport/ray/direct.go b/transport/ray/direct.go index 50da6a0f5..25495143f 100644 --- a/transport/ray/direct.go +++ b/transport/ray/direct.go @@ -5,7 +5,7 @@ import ( ) const ( - bufferSize = 16 + bufferSize = 128 ) // NewRay creates a new Ray for direct traffic transport.