summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorGeir Storli <geirst@yahooinc.com>2022-05-18 09:57:31 +0000
committerGeir Storli <geirst@yahooinc.com>2022-05-18 09:57:31 +0000
commita53696877acab6e08168ffd60b3cbfa19b0658e3 (patch)
treef31ac3820654ee9eb3c9c70ee6ae5bf551f9e050 /searchcore
parent3aa28e27fb35d63ce340a354bf39b41f9c304bc4 (diff)
Remove feeding concurrency setting per document db that is no longer used.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def4
1 files changed, 0 insertions, 4 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 4edaa4a6757..bb664ea1743 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -294,10 +294,6 @@ documentdb[].configid string
documentdb[].visibilitydelay double default=0.0
## Whether this document type is globally distributed or not.
documentdb[].global bool default=false
-## A number between 0.0 and 1.0 that specifies the concurrency when handling feed operations.
-## Deprecated and ignored after the shared field writer is used across all document dbs. See feeding.concurrency for details.
-## TODO: Remove this setting when the config-model is no longer using it.
-documentdb[].feeding.concurrency double default=0.2
## Minimum initial size for any per document tables.
documentdb[].allocation.initialnumdocs long default=1024