increase ray buffer size

pull/314/head
Darien Raymond 2016-12-02 14:22:46 +01:00
parent 5007d0cd55
commit 2cf44393fb
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ import (
) )
const ( const (
bufferSize = 128 bufferSize = 512
) )
// NewRay creates a new Ray for direct traffic transport. // NewRay creates a new Ray for direct traffic transport.