mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat: Add --local.fallback-threshold, --s3.polling-interval
This commit is contained in:
@ -41,4 +41,8 @@ impl BlockSource for CachedBlockSource {
|
||||
fn recommended_chunk_size(&self) -> u64 {
|
||||
self.block_source.recommended_chunk_size()
|
||||
}
|
||||
|
||||
fn polling_interval(&self) -> std::time::Duration {
|
||||
self.block_source.polling_interval()
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user