Decrease a size of direct pipe buffer

This commit is contained in:
9seconds
2020-03-23 08:42:02 +03:00
parent 4ebae693e0
commit b5810c955d
+1 -1
View File
@@ -11,7 +11,7 @@ import (
"github.com/9seconds/mtg/protocol" "github.com/9seconds/mtg/protocol"
) )
const directPipeBufferSize = 1024 * 1024 const directPipeBufferSize = 1024
var ( var (
directPipePool = sync.Pool{ directPipePool = sync.Pool{