Signed-off-by: Alejandro Mery <amery@jpi.io>
This commit is contained in:
2023-08-28 22:21:24 +00:00
parent 8f57f3b5fe
commit 895dbcb656
+1 -1
View File
@@ -9,7 +9,7 @@ import (
const (
// ReadBufferSize indicates the initial buffer size
ReadBufferSize = 1 << 7 // 128B
ReadBufferSize = 2 // 1 << 7 // 128B
// DoublingBufferSizeLimit indicates when we stop doubling
// and just add instead