Update defaults.rs

This commit is contained in:
Alexey 2026-02-24 00:17:33 +03:00 committed by GitHub
parent 08138451d8
commit 122e4729c5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 4 additions and 4 deletions

View File

@ -82,7 +82,7 @@ pub(crate) fn default_unknown_dc_log_path() -> Option<String> {
}
pub(crate) fn default_pool_size() -> usize {
2
8
}
pub(crate) fn default_keepalive_interval() -> u64 {
@ -163,11 +163,11 @@ pub(crate) fn default_cache_public_ip_path() -> String {
}
pub(crate) fn default_proxy_secret_reload_secs() -> u64 {
12 * 60 * 60
2 * 60 * 60
}
pub(crate) fn default_proxy_config_reload_secs() -> u64 {
12 * 60 * 60
2 * 60 * 60
}
pub(crate) fn default_update_every_secs() -> u64 {
@ -187,7 +187,7 @@ pub(crate) fn default_me_pool_min_fresh_ratio() -> f32 {
}
pub(crate) fn default_hardswap() -> bool {
false
true
}
pub(crate) fn default_ntp_check() -> bool {