From 49d330f2a82557260a2b5ad311b455a4d9a4328b Mon Sep 17 00:00:00 2001 From: Vincent Li Date: Mon, 9 Sep 2024 17:31:29 +0000 Subject: [PATCH] LoxiLB: increase the default session timeout increase default inactive timeout for established sessions like ssh session diff --git a/pkg/loxinet/rules.go b/pkg/loxinet/rules.go index a67d974..27a9c08 100644 --- a/pkg/loxinet/rules.go +++ b/pkg/loxinet/rules.go @@ -85,7 +85,7 @@ const ( DflHostProbeTimeout = 60 // Default probe timeout for end-point host InitHostProbeTimeout = 15 // Initial probe timeout for end-point host MaxHostProbeTime = 24 * 3600 // Max possible host health check duration - LbDefaultInactiveTimeout = 4 * 60 // Default inactive timeout for established sessions + LbDefaultInactiveTimeout = 10 * 60 // Default inactive timeout for established sessions LbDefaultInactiveNSTimeout = 20 // Default inactive timeout for non-session oriented protocols LbMaxInactiveTimeout = 24 * 3600 // Maximum inactive timeout for established sessions MaxEndPointCheckers = 4 // Maximum helpers to check endpoint health Signed-off-by: Vincent Li --- lfs/loxilb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lfs/loxilb b/lfs/loxilb index ac94068e3..e3262d7a3 100644 --- a/lfs/loxilb +++ b/lfs/loxilb @@ -41,7 +41,7 @@ objects = $(DL_FILE) $(DL_FILE) = $(DL_FROM)/$(DL_FILE) -$(DL_FILE)_BLAKE2 = 98f18cdfb91ebf7341e8ef14308d439f7292271ca6e674b189719eb771e2caeb5ecd642b5ae30d512001c889bff394aa2374eba09a299724d33ea2587089792f +$(DL_FILE)_BLAKE2 = 947e5639fa110c3656ae8c565d1e2ce0fcc5d396bacc6505b41a341a67d6f096a63649668ab567fa1679dee1bb48d9c42002d0e12ee113e47587d2c101a3294c install : $(TARGET)