Skip to content

Commit

Permalink
Change batch size from 256 to 128
Browse files Browse the repository at this point in the history
  • Loading branch information
vodkabears committed Aug 29, 2017
1 parent 66cf955 commit ef496de
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 @@ -10,7 +10,7 @@ import (
)

const maxBytes = 10000
const batchSize = 256
const batchSize = 128

func min(a, b int) int {
if a <= b {
Expand Down

0 comments on commit ef496de

Please sign in to comment.