mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-08-31 17:34:01 +03:00
Decrease a size of direct pipe buffer
This commit is contained in:
+1
-1
@@ -11,7 +11,7 @@ import (
|
||||
"github.com/9seconds/mtg/protocol"
|
||||
)
|
||||
|
||||
const directPipeBufferSize = 1024 * 1024
|
||||
const directPipeBufferSize = 1024
|
||||
|
||||
var (
|
||||
directPipePool = sync.Pool{
|
||||
|
||||
Reference in New Issue
Block a user