mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 19:09:54 +00:00
fix(engine2): ensure static files are up to the tip when coming from an old engine node (#10299)
This commit is contained in:
@ -177,6 +177,9 @@ where
|
|||||||
pipeline_exex_handle,
|
pipeline_exex_handle,
|
||||||
)?;
|
)?;
|
||||||
|
|
||||||
|
// The new engine writes directly to static files. This ensures that they're up to the tip.
|
||||||
|
pipeline.move_to_static_files()?;
|
||||||
|
|
||||||
let pipeline_events = pipeline.events();
|
let pipeline_events = pipeline.events();
|
||||||
|
|
||||||
let mut pruner_builder = ctx.pruner_builder();
|
let mut pruner_builder = ctx.pruner_builder();
|
||||||
|
|||||||
Reference in New Issue
Block a user