ME Keepalive 8/2

Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
Alexey 2026-03-03 03:08:15 +03:00
parent 3799fc13c4
commit 235642459a
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -130,11 +130,11 @@ pub(crate) fn default_middle_proxy_warm_standby() -> usize {
} }
pub(crate) fn default_keepalive_interval() -> u64 { pub(crate) fn default_keepalive_interval() -> u64 {
25 8
} }
pub(crate) fn default_keepalive_jitter() -> u64 { pub(crate) fn default_keepalive_jitter() -> u64 {
5 2
} }
pub(crate) fn default_warmup_step_delay_ms() -> u64 { pub(crate) fn default_warmup_step_delay_ms() -> u64 {