Configurable ME draining writer overflow threshold

This commit is contained in:
Alexey
2026-03-15 12:13:46 +03:00
parent 2be3e4ab7f
commit 58f26ba8a7
7 changed files with 250 additions and 0 deletions

View File

@@ -584,6 +584,10 @@ pub(crate) fn default_me_pool_drain_ttl_secs() -> u64 {
90
}
pub(crate) fn default_me_pool_drain_threshold() -> u64 {
128
}
pub(crate) fn default_me_bind_stale_ttl_secs() -> u64 {
default_me_pool_drain_ttl_secs()
}