From 262cc80851ecf6e487ace31d914864be72c6c386 Mon Sep 17 00:00:00 2001 From: token <61819790+239573049@users.noreply.github.com> Date: Sun, 4 Jan 2026 20:12:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=81=A5=E5=BA=B7=E6=A3=80?= =?UTF-8?q?=E6=9F=A5=E7=8A=B6=E6=80=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/FastGateway/Gateway/Gateway.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/FastGateway/Gateway/Gateway.cs b/src/FastGateway/Gateway/Gateway.cs index 30e4811..8671fd1 100644 --- a/src/FastGateway/Gateway/Gateway.cs +++ b/src/FastGateway/Gateway/Gateway.cs @@ -83,7 +83,7 @@ public static class Gateway { Enabled = true, Policy = "TransportFailureRate", - ReactivationPeriod = TimeSpan.FromSeconds(30) + ReactivationPeriod = TimeSpan.FromSeconds(intervalSeconds) }, AvailableDestinationsPolicy = HealthCheckConstants.AvailableDestinations.HealthyAndUnknown };