merge develop into master #21

Merged
JakeHillion merged 149 commits from develop into master 2021-05-12 00:22:59 +01:00
Showing only changes of commit 3b7eacce39 - Show all commits

View File

@ -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()