aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2022-11-26 22:11:27 +0100
committerGitHub <noreply@github.com>2022-11-26 22:11:27 +0100
commitb36cb57248dfc02bae9dfe7b2cca0ddd551881c6 (patch)
tree6f08b88edf9dbd984f5ddba9f5c3611a1b4e9b38
parent3525caf6ab2ecfb8306bcd6fbdf5b42f08d42de6 (diff)
parenta929a14944a0e9add057f00bc9a04409cff5b886 (diff)
Merge pull request #25007 from vespa-engine/balder/gc-fdispatchrc
GC long gone fdispatchrc
-rw-r--r--searchcore/src/vespa/searchcore/config/CMakeLists.txt2
-rw-r--r--searchcore/src/vespa/searchcore/config/fdispatchrc.def5
2 files changed, 0 insertions, 7 deletions
diff --git a/searchcore/src/vespa/searchcore/config/CMakeLists.txt b/searchcore/src/vespa/searchcore/config/CMakeLists.txt
index 65b0096526f..7069521ba6e 100644
--- a/searchcore/src/vespa/searchcore/config/CMakeLists.txt
+++ b/searchcore/src/vespa/searchcore/config/CMakeLists.txt
@@ -3,8 +3,6 @@ vespa_add_library(searchcore_fconfig STATIC
SOURCES
DEPENDS
)
-vespa_generate_config(searchcore_fconfig fdispatchrc.def)
-install_config_definition(fdispatchrc.def vespa.config.search.core.fdispatchrc.def)
vespa_generate_config(searchcore_fconfig proton.def)
install_config_definition(proton.def vespa.config.search.core.proton.def)
vespa_generate_config(searchcore_fconfig ranking-constants.def)
diff --git a/searchcore/src/vespa/searchcore/config/fdispatchrc.def b/searchcore/src/vespa/searchcore/config/fdispatchrc.def
deleted file mode 100644
index aff4cab4f91..00000000000
--- a/searchcore/src/vespa/searchcore/config/fdispatchrc.def
+++ /dev/null
@@ -1,5 +0,0 @@
-# Copyright Yahoo. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.
-namespace=vespa.config.search.core
-
-## The number of transport threads used when talking to search nodes.
-transportthreads int default=1 restart