This commit is contained in:
Jared Wasinger 2026-05-06 13:37:25 -04:00
parent 10314a1fe1
commit 457491107a

View file

@ -162,6 +162,7 @@ func (t *BlockTest) createTestBlockChain(config *params.ChainConfig, snapshotter
}, },
StatelessSelfValidation: witness, StatelessSelfValidation: witness,
NoPrefetch: true, NoPrefetch: true,
PrefetchWorkers: 100, // note: this is totally unrelated to NoPrefetch, just for BAL execution
} }
if snapshotter { if snapshotter {
options.SnapshotLimit = 1 options.SnapshotLimit = 1