summaryrefslogtreecommitdiffstats
path: root/configdefinitions
diff options
context:
space:
mode:
Diffstat (limited to 'configdefinitions')
-rw-r--r--configdefinitions/src/vespa/sentinel.def4
1 files changed, 2 insertions, 2 deletions
diff --git a/configdefinitions/src/vespa/sentinel.def b/configdefinitions/src/vespa/sentinel.def
index 72cde14c550..0d5b4f1b0f4 100644
--- a/configdefinitions/src/vespa/sentinel.def
+++ b/configdefinitions/src/vespa/sentinel.def
@@ -23,10 +23,10 @@ application.region string default="default"
# if we have more problems than the following limits allow:
## Percentage of nodes that must be up and fully OK, minimum
-connectivity.minOkPercent int default=30
+connectivity.minOkPercent int default=50
## Absolute number of nodes with confirmed network connectivity problems, maximum
-connectivity.maxBadCount int default=3
+connectivity.maxBadCount int default=1
## The command to run. This will be run by sh -c, and the following
## environment variables are defined: $ROOT, $VESPA_SERVICE_NAME,