all: update for API changes (config etc.)
Use the new & improved APIs.
This commit is contained in:
@ -465,7 +465,7 @@ benchmark_indexer(gconstpointer testdata)
|
||||
auto start = Clock::now();
|
||||
|
||||
{
|
||||
auto store{Store::make_new(BENCH_STORE, BENCH_MAILDIRS, {}, {})};
|
||||
auto store{Store::make_new(BENCH_STORE, BENCH_MAILDIRS)};
|
||||
g_assert_true(!!store);
|
||||
Indexer::Config conf{};
|
||||
conf.max_threads = tdata->num_threads;
|
||||
|
||||
Reference in New Issue
Block a user