mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-09 18:45:54 +02:00
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 <vincent.mc.li@gmail.com>
This commit is contained in:
@@ -41,7 +41,7 @@ objects = $(DL_FILE)
|
||||
|
||||
$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
|
||||
|
||||
$(DL_FILE)_BLAKE2 = 98f18cdfb91ebf7341e8ef14308d439f7292271ca6e674b189719eb771e2caeb5ecd642b5ae30d512001c889bff394aa2374eba09a299724d33ea2587089792f
|
||||
$(DL_FILE)_BLAKE2 = 947e5639fa110c3656ae8c565d1e2ce0fcc5d396bacc6505b41a341a67d6f096a63649668ab567fa1679dee1bb48d9c42002d0e12ee113e47587d2c101a3294c
|
||||
|
||||
install : $(TARGET)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user