summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGeir Storli <geirst@oath.com>2017-10-16 17:18:00 +0200
committerGeir Storli <geirst@oath.com>2017-10-16 17:19:29 +0200
commit24e4d8b2eab469197b5ddaa2fa7721e05f8944b9 (patch)
tree956302708049ee6f12f918789a3f1723927b1873
parentce7634900d1a9078ca07f78c6186b3e63df3530d (diff)
Remove background.threads from proton.def, replaced by feeding.concurrency.
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def7
1 files changed, 1 insertions, 6 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index ddb2711fac8..e31e578e1e0 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -256,7 +256,7 @@ summary.log.maxbucketspread double default=2.5
summary.log.minfilesizefactor double default=0.2
## Number of threads used for compressing incomming documents/compacting.
-## Deprecated. Use background.threads instead.
+## Deprecated. Use feeding.concurrency instead.
## TODO Remove
summary.log.numthreads int default=8 restart
@@ -378,11 +378,6 @@ visit.ignoremaxbytes bool default=true
## When set to 0 (default) we use 1 separate thread per document database.
initialize.threads int default = 0
-## Number of worker threads doing background compaction/compression tasks.
-## They all live i a shared thread pool.
-## When set to 0 (default), it will have enough threads to saturate half of the cores.
-background.threads int default=0
-
## Portion of enumstore address space that can be used before put and update
## portion of feed is blocked.
writefilter.attribute.enumstorelimit double default = 0.9