merge develop into master #21
@ -209,7 +209,7 @@ func (f *Flow) consumeMarshalled() {
|
||||
}
|
||||
|
||||
func (f *Flow) produceMarshalled() {
|
||||
buf := bufio.NewReader(f.conn)
|
||||
buf := bufio.NewReaderSize(f.conn, 100000)
|
||||
|
||||
for {
|
||||
t1 := time.Now()
|
||||
|
Loading…
Reference in New Issue
Block a user