Skip to content

Commit

Permalink
Use ThreadLocalMultiIterator for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
apfitzge committed Jan 25, 2024
1 parent b04765f commit b447d33
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/src/validator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -343,6 +343,7 @@ impl ValidatorConfig {
Self {
enforce_ulimit_nofile: false,
rpc_config: JsonRpcConfig::default_for_test(),
block_production_method: BlockProductionMethod::ThreadLocalMultiIterator,
..Self::default()
}
}
Expand Down

0 comments on commit b447d33

Please sign in to comment.