Merge pull request #1788 from yichengq/233

rafthttp: increase the size of streaming buffer
This commit is contained in:
Yicheng Qin
2014-11-26 15:22:28 -08:00

View File

@@ -34,7 +34,7 @@ import (
)
const (
streamBufSize = 1024
streamBufSize = 4096
)
type WriteFlusher interface {