Skip to content

Commit

Permalink
Disable parallel script checks in benchmarks
Browse files Browse the repository at this point in the history
  • Loading branch information
Eunovo committed Nov 7, 2024
1 parent eeeb5b2 commit 9fb6477
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/util/setup_common.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ ChainTestingSetup::ChainTestingSetup(const ChainType chainType, TestOpts opts)
.check_block_index = 1,
.notifications = *m_node.notifications,
.signals = m_node.validation_signals.get(),
.worker_threads_num = 2,
.worker_threads_num = 0,
};
if (opts.min_validation_cache) {
chainman_opts.script_execution_cache_bytes = 0;
Expand Down

0 comments on commit 9fb6477

Please sign in to comment.