mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
feat: introduce static file task (#9234)
This commit is contained in:
@@ -28,6 +28,8 @@ pub mod engine;
|
||||
pub mod metrics;
|
||||
/// The background writer task for batch db writes.
|
||||
pub mod persistence;
|
||||
/// The background writer task for static file writes.
|
||||
pub mod static_files;
|
||||
/// Support for interacting with the blockchain tree.
|
||||
pub mod tree;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user