aboutsummaryrefslogtreecommitdiffstats
path: root/searchcore/src/apps/tests/persistenceconformance_test.cpp
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2023-12-05 17:57:41 +0100
committerGitHub <noreply@github.com>2023-12-05 17:57:41 +0100
commita6a1cf4c977583dce103481d75878da0695ea420 (patch)
treeb6607afc60ac62c84f3595a6b356e4e54eb46c30 /searchcore/src/apps/tests/persistenceconformance_test.cpp
parentb35aea4c71af309887802edd21cc658f7a826390 (diff)
parent2efa228375ac27ef9b4abc1a60bdfc5e9335be9b (diff)
Merge pull request #29551 from vespa-engine/balder/gc-use-shared-executor-for-warmup
Use shared executor for warmup and GC warmup executor.
Diffstat (limited to 'searchcore/src/apps/tests/persistenceconformance_test.cpp')
-rw-r--r--searchcore/src/apps/tests/persistenceconformance_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/apps/tests/persistenceconformance_test.cpp b/searchcore/src/apps/tests/persistenceconformance_test.cpp
index b0e2c63a677..6fd8508990b 100644
--- a/searchcore/src/apps/tests/persistenceconformance_test.cpp
+++ b/searchcore/src/apps/tests/persistenceconformance_test.cpp
@@ -215,7 +215,7 @@ DocumentDBFactory::DocumentDBFactory(const vespalib::string &baseDir, int tlsLis
_queryLimiter(),
_metricsWireService(),
_summaryExecutor(8),
- _shared_service(_summaryExecutor, _summaryExecutor),
+ _shared_service(_summaryExecutor),
_tls(_shared_service.transport(), "tls", tlsListenPort, baseDir, _fileHeaderContext)
{}
DocumentDBFactory::~DocumentDBFactory() = default;