From 2cf44393fb7b70b0e572f83cebc8520e0d645051 Mon Sep 17 00:00:00 2001 From: Darien Raymond Date: Fri, 2 Dec 2016 14:22:46 +0100 Subject: [PATCH] increase ray buffer size --- 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 2594e7d8..a4e446b7 100644 --- a/transport/ray/direct.go +++ b/transport/ray/direct.go @@ -9,7 +9,7 @@ import ( ) const ( - bufferSize = 128 + bufferSize = 512 ) // NewRay creates a new Ray for direct traffic transport.