feat: add Metadata table and StorageSettings to ProviderFactory (#19384)

This commit is contained in:
joshieDo
2025-11-06 00:39:49 +00:00
committed by GitHub
parent e3b38b2de5
commit e20e56b75e
23 changed files with 265 additions and 68 deletions

View File

@@ -469,7 +469,7 @@ where
self.right().clone(),
self.chain_spec(),
StaticFileProvider::read_write(self.data_dir().static_files())?,
)
)?
.with_prune_modes(self.prune_modes())
.with_static_files_metrics();