aboutsummaryrefslogtreecommitdiffstats
path: root/searchlib/src/apps/tests/biglogtest.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2017-10-06 14:05:38 +0200
committerHenning Baldersheim <balder@yahoo-inc.com>2017-10-06 14:58:28 +0200
commitcb60fccb0fb3bf92bf2a223324dad44e986ae54d (patch)
treebf3dc2a59ae2a4b501bbded96ce68fc56f2b2f4e /searchlib/src/apps/tests/biglogtest.cpp
parent3901ca812608d7c2fbcfdd7ca0524a8758a212ac (diff)
Let config reflect what it is, a threadpool serving a range of background task in the backend.
Diffstat (limited to 'searchlib/src/apps/tests/biglogtest.cpp')
-rw-r--r--searchlib/src/apps/tests/biglogtest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/apps/tests/biglogtest.cpp b/searchlib/src/apps/tests/biglogtest.cpp
index b5eb76d40a7..788fb855c7f 100644
--- a/searchlib/src/apps/tests/biglogtest.cpp
+++ b/searchlib/src/apps/tests/biglogtest.cpp
@@ -134,7 +134,7 @@ factory<LogDataStore>::factory(std::string dir)
: DioTune(),
_fileHeaderContext(),
_config(),
- _executor(_config.getNumThreads(), 128*1024),
+ _executor(1, 128*1024),
_noTlSyncer(),
_datastore(_executor, dir, _config, GrowStrategy(), tuning, _fileHeaderContext, _noTlSyncer, NULL)
{}