feat: introduce static file task (#9234)

This commit is contained in:
Dan Cline
2024-07-10 15:30:22 -04:00
committed by GitHub
parent f384b8e175
commit 797a4a1a38
5 changed files with 319 additions and 44 deletions

View File

@@ -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;