+1
-1
@@ -9,7 +9,7 @@ import (
|
|||||||
|
|
||||||
const (
|
const (
|
||||||
// ReadBufferSize indicates the initial buffer size
|
// ReadBufferSize indicates the initial buffer size
|
||||||
ReadBufferSize = 1 << 7 // 128B
|
ReadBufferSize = 2 // 1 << 7 // 128B
|
||||||
|
|
||||||
// DoublingBufferSizeLimit indicates when we stop doubling
|
// DoublingBufferSizeLimit indicates when we stop doubling
|
||||||
// and just add instead
|
// and just add instead
|
||||||
|
|||||||
Reference in New Issue
Block a user