mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00
Merge pull request #1788 from yichengq/233
rafthttp: increase the size of streaming buffer
This commit is contained in:
@@ -34,7 +34,7 @@ import (
|
||||
)
|
||||
|
||||
const (
|
||||
streamBufSize = 1024
|
||||
streamBufSize = 4096
|
||||
)
|
||||
|
||||
type WriteFlusher interface {
|
||||
|
||||
Reference in New Issue
Block a user