Skip to content

Commit

Permalink
change default buffer size
Browse files Browse the repository at this point in the history
  • Loading branch information
bg5sbk committed Feb 4, 2015
1 parent 429643f commit 745d28b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buffer.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ type bufferPool struct {
func newBufferPool() *bufferPool {
return &bufferPool{
sizeLimit: 10240000,
bufferInitSize: 4096,
bufferInitSize: 1024,
bufferSizeLimit: 102400,
}
}
Expand Down

0 comments on commit 745d28b

Please sign in to comment.