mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
remove: Remove logs that degrades performance
This happens when syncing from genesis while local-ingest-dir exists. Find better way of logging them, and before that, disable it.
This commit is contained in:
@ -161,7 +161,6 @@ impl BlockSource for HlNodeBlockSource {
|
||||
}
|
||||
}
|
||||
|
||||
info!("Falling back to s3/ingest-dir for block @ Height [{height}]");
|
||||
let block = self.fallback.collect_block(height).await?;
|
||||
self.update_last_fetch(height, now).await;
|
||||
Ok(block)
|
||||
|
||||
Reference in New Issue
Block a user