From 235642459ab17c46b52207731db30268c7284ef8 Mon Sep 17 00:00:00 2001 From: Alexey <247128645+axkurcom@users.noreply.github.com> Date: Tue, 3 Mar 2026 03:08:15 +0300 Subject: [PATCH] ME Keepalive 8/2 Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com> --- src/config/defaults.rs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/config/defaults.rs b/src/config/defaults.rs index 5602287..544e328 100644 --- a/src/config/defaults.rs +++ b/src/config/defaults.rs @@ -130,11 +130,11 @@ pub(crate) fn default_middle_proxy_warm_standby() -> usize { } pub(crate) fn default_keepalive_interval() -> u64 { - 25 + 8 } pub(crate) fn default_keepalive_jitter() -> u64 { - 5 + 2 } pub(crate) fn default_warmup_step_delay_ms() -> u64 {