summaryrefslogtreecommitdiffstats
path: root/searchlib/src/tests/postinglistbm/stress_runner.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchlib/src/tests/postinglistbm/stress_runner.cpp')
-rw-r--r--searchlib/src/tests/postinglistbm/stress_runner.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchlib/src/tests/postinglistbm/stress_runner.cpp b/searchlib/src/tests/postinglistbm/stress_runner.cpp
index 09272a60e75..179e4f49ef4 100644
--- a/searchlib/src/tests/postinglistbm/stress_runner.cpp
+++ b/searchlib/src/tests/postinglistbm/stress_runner.cpp
@@ -160,7 +160,7 @@ StressMaster::StressMaster(vespalib::Rand48 &rnd,
{
LOG(info, "StressMaster::StressMaster()");
- _threadPool = new FastOS_ThreadPool(128_Ki, 400);
+ _threadPool = new FastOS_ThreadPool(400);
}
StressMaster::~StressMaster()