Explorar el Código

increase ray buffer size

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

+ 1 - 1
transport/ray/direct.go

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