Skip to content

Commit 8c999d2

Browse files
committed
increase buffer further
1 parent a8857e7 commit 8c999d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

statediff/indexer/database/file/writer.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ import (
3333
var (
3434
nullHash = common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000000")
3535
pipeSize = 65336 // min(linuxPipeSize, macOSPipeSize)
36-
writeBufferSize = pipeSize * 16 * 48
36+
writeBufferSize = pipeSize * 16 * 96
3737
)
3838

3939
// SQLWriter writes sql statements to a file

0 commit comments

Comments
 (0)