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 4, 2024
1 parent edaa472 commit 5fe0074
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 @@ -189,7 +189,7 @@ ChainTestingSetup::ChainTestingSetup(const ChainType chainType, const std::vecto
.datadir = m_args.GetDataDirNet(),
.check_block_index = true,
.notifications = *m_node.notifications,
.worker_threads_num = 2,
.worker_threads_num = 0,
};
const BlockManager::Options blockman_opts{
.chainparams = chainman_opts.chainparams,
Expand Down

0 comments on commit 5fe0074

Please sign in to comment.