mirror of
https://github.com/telemt/telemt.git
synced 2026-04-18 19:14:09 +03:00
Update pool.rs
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
@@ -303,10 +303,6 @@ impl MePool {
|
||||
self.active_generation.load(Ordering::Relaxed)
|
||||
}
|
||||
|
||||
pub(super) fn warm_generation(&self) -> u64 {
|
||||
self.warm_generation.load(Ordering::Relaxed)
|
||||
}
|
||||
|
||||
pub fn update_runtime_reinit_policy(
|
||||
&self,
|
||||
hardswap: bool,
|
||||
|
||||
Reference in New Issue
Block a user