From a116198712b5dfc34ebd34ef95dbb77c4c25f014 Mon Sep 17 00:00:00 2001 From: Knative Prow Robot Date: Sun, 3 Mar 2024 19:51:45 +0000 Subject: [PATCH] Improve description (#5885) Co-authored-by: KAZYPinkSaurus --- docs/serving/configuration/config-defaults.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/serving/configuration/config-defaults.md b/docs/serving/configuration/config-defaults.md index ed29d63b2..74888593a 100644 --- a/docs/serving/configuration/config-defaults.md +++ b/docs/serving/configuration/config-defaults.md @@ -79,7 +79,7 @@ The revision timeout value determines the default number of seconds to use for t {% raw %} The `max-revision-timeout-seconds` value determines the maximum number of seconds that can be used for `revision-timeout-seconds`. This value must be greater than or equal to `revision-timeout-seconds`. If omitted, the system default is used (600 seconds). -If this value is increased, the activator's `terminationGraceTimeSeconds` should also be increased to prevent in-flight requests from being disrupted. +If this value is increased, the activator's `terminationGracePeriodSeconds` should also be increased to prevent in-flight requests from being disrupted. {% endraw %} * **Global key:** `max-revision-timeout-seconds`