summaryrefslogtreecommitdiffstats
path: root/searchcore
diff options
context:
space:
mode:
authorHenning Baldersheim <balder@yahoo-inc.com>2021-01-05 12:38:00 +0000
committerHenning Baldersheim <balder@yahoo-inc.com>2021-01-05 12:38:00 +0000
commitc26a4b8039846fbd11e484728781572d7cb026d9 (patch)
tree12f8385b1d854d058ec8c6e886f71c6b197ddbdb /searchcore
parent82462ef7db7cec35e5480a0614283ae41350d64a (diff)
Simplify
Diffstat (limited to 'searchcore')
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def2
1 files changed, 1 insertions, 1 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 34065a973a7..c12500570bc 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -29,7 +29,7 @@ numthreadspersearch int default=1 restart
numsummarythreads int default=16 restart
## Perform extra validation of stored data on startup
-## It requires a restart to be enabled, but no restart to be disabled.
+## It requires a restart to enable, but no restart to disable.
## Hence it must always be followed by a manual restart when enabled.
validate_and_sanitize_docstore enum {NO, YES} default = NO