summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--searchcore/src/vespa/searchcore/config/proton.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/searchcore/src/vespa/searchcore/config/proton.def b/searchcore/src/vespa/searchcore/config/proton.def
index 08bb68b1b40..c12500570bc 100644
--- a/searchcore/src/vespa/searchcore/config/proton.def
+++ b/searchcore/src/vespa/searchcore/config/proton.def
@@ -29,8 +29,8 @@ numthreadspersearch int default=1 restart
numsummarythreads int default=16 restart
## Perform extra validation of stored data on startup
-## It requires a restart to be turned, but no restart to turned off.
-## Hence it must always be followed by a manual restart.
+## 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
## Maximum number of concurrent flushes outstanding.