Update defaults.rs

This commit is contained in:
Alexey 2026-02-25 03:08:34 +03:00 committed by GitHub
parent f9e9ddd0f7
commit f83e23c521
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 2 deletions

View File

@ -199,11 +199,11 @@ pub(crate) fn default_me_reinit_every_secs() -> u64 {
}
pub(crate) fn default_me_hardswap_warmup_delay_min_ms() -> u64 {
1000
2000
}
pub(crate) fn default_me_hardswap_warmup_delay_max_ms() -> u64 {
2000
3500
}
pub(crate) fn default_me_hardswap_warmup_extra_passes() -> u8 {