purger
This commit is contained in:
committed by
Greg Fitzgerald
parent
ee54ce4727
commit
bc918a5ad5
@ -578,6 +578,7 @@ impl Crdt {
|
||||
.name("solana-gossip".to_string())
|
||||
.spawn(move || loop {
|
||||
let _ = Self::run_gossip(&obj, &blob_sender, &blob_recycler);
|
||||
obj.write().unwrap().purge(timestamp());
|
||||
if exit.load(Ordering::Relaxed) {
|
||||
return;
|
||||
}
|
||||
|
Reference in New Issue
Block a user