summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2019-01-25 15:40:59 +0100
committerHenning Baldersheim <balder@yahoo-inc.com>2019-01-25 15:40:59 +0100
commit681b6832f91dd9065ddca919abc78e71680c38c5 (patch)
treeca9d2fbf940b369c46f62d5588d5af99fbcc6890 /searchcore
parentc9d967b8cd16206d678e914e016781508eb4e174 (diff)
Reflect concurrency all the way to the documedbs.
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def3
1 files changed, 1 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index ef9bb3339ed..d7884b63539 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -295,8 +295,7 @@ documentdb[].global bool default=false
##
## The number of threads in each of pools is calculated as:
## max(ceil((hwinfo.cpu.cores * feeding.concurrency)/3), indexing.threads)
-feeding.concurrency double default = 0.2 restart
-documentdb[].feeding.concurrency default=0.2
+documentdb[].feeding.concurrency double default=0.2
## Minimum initial size for any per document tables.
documentdb[].allocation.initialnumdocs long default=1024 restart