Explorar el Código

increase buffer size in ray

Darien Raymond hace 9 años
padre
commit
b54a265373
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      transport/ray/direct.go

+ 1 - 1
transport/ray/direct.go

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