Forráskód Böngészése

increase buffer size in ray

Darien Raymond 9 éve
szülő
commit
b54a265373
1 módosított fájl, 1 hozzáadás és 1 törlés
  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.