reduce blob prune logging in forward sync (#4779)
This commit is contained in:
parent
a642bd7de7
commit
9f37d6df77
@ -2210,7 +2210,7 @@ impl<E: EthSpec, Hot: ItemStore<E>, Cold: ItemStore<E>> HotColdDB<E, Hot, Cold>
|
|||||||
ops.push(StoreOp::KeyValueOp(update_blob_info));
|
ops.push(StoreOp::KeyValueOp(update_blob_info));
|
||||||
|
|
||||||
self.do_atomically_with_block_and_blobs_cache(ops)?;
|
self.do_atomically_with_block_and_blobs_cache(ops)?;
|
||||||
info!(
|
debug!(
|
||||||
self.log,
|
self.log,
|
||||||
"Blob pruning complete";
|
"Blob pruning complete";
|
||||||
"blob_lists_pruned" => blob_lists_pruned,
|
"blob_lists_pruned" => blob_lists_pruned,
|
||||||
|
Loading…
Reference in New Issue
Block a user