Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
darioush committed Dec 24, 2024
1 parent a21a86e commit 718b2a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugin/evm/reprocess_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ func reprocess(
var tapeRecorder *blockRecorder
if tapeDir != "" {
tapeRecorder = &blockRecorder{
fileManager: &fileManager{dir: tapeDir},
fileManager: &fileManager{dir: tapeDir, newEach: 10_000},
}
defer tapeRecorder.Close()
cacheConfig.KeyValueDB.Writer = tapeRecorder
Expand Down

0 comments on commit 718b2a2

Please sign in to comment.