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 a8857e7 commit 8c999d2Copy full SHA for 8c999d2
statediff/indexer/database/file/writer.go
@@ -33,7 +33,7 @@ import (
33
var (
34
nullHash = common.HexToHash("0x0000000000000000000000000000000000000000000000000000000000000000")
35
pipeSize = 65336 // min(linuxPipeSize, macOSPipeSize)
36
- writeBufferSize = pipeSize * 16 * 48
+ writeBufferSize = pipeSize * 16 * 96
37
)
38
39
// SQLWriter writes sql statements to a file
0 commit comments