mirror of
https://github.com/ScuroNeko/mtg.git
synced 2026-09-01 16:01:55 +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"
|
"github.com/9seconds/mtg/protocol"
|
||||||
)
|
)
|
||||||
|
|
||||||
const directPipeBufferSize = 1024 * 1024
|
const directPipeBufferSize = 1024
|
||||||
|
|
||||||
var (
|
var (
|
||||||
directPipePool = sync.Pool{
|
directPipePool = sync.Pool{
|
||||||
|
|||||||
Reference in New Issue
Block a user