aboutsummaryrefslogtreecommitdiffstats
path: root/configdefinitions/src
diff options
context:
space:
mode:
authorArne Juul <arnej@verizonmedia.com>2021-06-04 10:26:45 +0000
committerArne Juul <arnej@verizonmedia.com>2021-06-04 10:26:45 +0000
commit0a87bcf6615adeccbb95fe15a428146f1aa404bf (patch)
tree19e3cc712dd176bc1be78971e4ef50ca1e70ccf3 /configdefinitions/src
parente8bc561b694a02a88d2b998e69117dc2364a469c (diff)
reduce and rename new limits config
Diffstat (limited to 'configdefinitions/src')
-rw-r--r--configdefinitions/src/vespa/sentinel.def7
1 files changed, 2 insertions, 5 deletions
diff --git a/configdefinitions/src/vespa/sentinel.def b/configdefinitions/src/vespa/sentinel.def
index 221deee6a68..45ef9b21cfd 100644
--- a/configdefinitions/src/vespa/sentinel.def
+++ b/configdefinitions/src/vespa/sentinel.def
@@ -23,13 +23,10 @@ application.region string default="default"
# if we have more problems than the following limits allow:
## Percentage we fail to talk to, maximum
-connectivity.allowedBadOutPercent int default=100
-
-## Percentage that fails to talk back to us, maximum
-connectivity.allowedBadReversePercent int default=100
+connectivity.maxBadOutPercent int default=100
## Absolute number of nodes that fail to talk back to us, maximum
-connectivity.allowedBadReverseCount int default=999999999
+connectivity.maxBadReverseCount int default=999999999
## The command to run. This will be run by sh -c, and the following
## environment variables are defined: $ROOT, $VESPA_SERVICE_NAME,