Fixed an issue doing the set_roots repeatedly for the same set. Instead doing the per chunks. (#18314)
This commit is contained in:
@ -3093,7 +3093,7 @@ impl Blockstore {
|
|||||||
return Ok(());
|
return Ok(());
|
||||||
}
|
}
|
||||||
trace!("{:?}", chunk);
|
trace!("{:?}", chunk);
|
||||||
self.set_roots(&roots_to_fix)?;
|
self.set_roots(chunk)?;
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
debug!(
|
debug!(
|
||||||
|
Reference in New Issue
Block a user