mirror of https://github.com/telemt/telemt.git
Update pool.rs
Co-Authored-By: brekotis <93345790+brekotis@users.noreply.github.com>
This commit is contained in:
parent
e589891706
commit
9477103f89
|
|
@ -303,10 +303,6 @@ impl MePool {
|
||||||
self.active_generation.load(Ordering::Relaxed)
|
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(
|
pub fn update_runtime_reinit_policy(
|
||||||
&self,
|
&self,
|
||||||
hardswap: bool,
|
hardswap: bool,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue