mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 21:41:12 +00:00
Do not log PVF prunning every hour (#4372)
This lowers the level of the PVF pruning. Closes https://github.com/paritytech/polkadot/issues/4361
This commit is contained in:
@@ -646,7 +646,7 @@ async fn handle_cleanup_pulse(
|
|||||||
artifact_ttl: Duration,
|
artifact_ttl: Duration,
|
||||||
) -> Result<(), Fatal> {
|
) -> Result<(), Fatal> {
|
||||||
let to_remove = artifacts.prune(artifact_ttl);
|
let to_remove = artifacts.prune(artifact_ttl);
|
||||||
tracing::info!(
|
tracing::debug!(
|
||||||
target: LOG_TARGET,
|
target: LOG_TARGET,
|
||||||
"PVF pruning: {} artifacts reached their end of life",
|
"PVF pruning: {} artifacts reached their end of life",
|
||||||
to_remove.len(),
|
to_remove.len(),
|
||||||
|
|||||||
Reference in New Issue
Block a user