mirror of
https://github.com/ethereum/go-ethereum.git
synced 2026-07-18 19:00:46 +00:00
fix
This commit is contained in:
parent
10314a1fe1
commit
457491107a
1 changed files with 1 additions and 0 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue