summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorBjørn Christian Seime <bjorn.christian@seime.no>2017-03-29 11:43:58 +0200
committerGitHub <noreply@github.com>2017-03-29 11:43:58 +0200
commit2ab8eed04c965f7bfaaf0b8d4b446ee67c25dc4a (patch)
tree7888f4060d5ffce68f9a89975ab0764bbeff5653 /searchcore
parentc9adfe2b0d35a9b02cf696e52b2764bd14250c9f (diff)
parent0388ae6213041b6a5017594a251ebf398297c1e8 (diff)
Merge pull request #2095 from yahoo/geirst/tag-global-document-dbs-in-proton-cfg
Geirst/tag global document dbs in proton cfg
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def2
1 files changed, 2 insertions, 0 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index caf5dd92260..611c8913cd4 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -284,6 +284,8 @@ documentdb[].inputdoctypename string restart
documentdb[].configid string restart
## How many seconds is allowed from document is received to it is visible in the index.
documentdb[].visibilitydelay double default=0.0
+## Whether this document type is globally distributed or not.
+documentdb[].global bool default=false restart
## The interval of when periodic tasks should be run
periodic.interval double default=3600.0