summaryrefslogtreecommitdiffstats
path: root/searchcore/src/tests/proton/common/timer/timer_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'searchcore/src/tests/proton/common/timer/timer_test.cpp')
-rw-r--r--searchcore/src/tests/proton/common/timer/timer_test.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/tests/proton/common/timer/timer_test.cpp b/searchcore/src/tests/proton/common/timer/timer_test.cpp
index 18699554266..ac82767cd7c 100644
--- a/searchcore/src/tests/proton/common/timer/timer_test.cpp
+++ b/searchcore/src/tests/proton/common/timer/timer_test.cpp
@@ -52,9 +52,9 @@ public:
std::unique_ptr<ScheduledT> timer;
ScheduledExecutorTest()
- : threadPool(64_Ki),
+ : threadPool(),
transport(),
- executor(1, 64_Ki)
+ executor(1)
{
transport.Start(&threadPool);
timer = make_scheduled_executor<ScheduledT>(transport, executor);