Skip to content

Commit

Permalink
Increase buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Aug 30, 2017
1 parent ef496de commit 9cd6d0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reader/reader.go
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ import (
"sync"
)

const maxBytes = 10000
const maxBytes = 40000
const batchSize = 128

func min(a, b int) int {
Expand Down

0 comments on commit 9cd6d0f

Please sign in to comment.