We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0df519a commit 56a9431Copy full SHA for 56a9431
sql/byte_buffer.go
@@ -30,7 +30,7 @@ type byteBuffer struct {
30
var bufferPool = sync.Pool{
31
New: func() any {
32
return &byteBuffer{
33
- buf: make([]byte, 4096*128*64),
+ buf: make([]byte, bufCap),
34
}
35
},
36
0 commit comments