Reduce finalization migration frequency

This commit is contained in:
Michael Sproul
2022-09-30 11:59:56 +10:00
parent a6318732cf
commit aa253ddd8f
6 changed files with 113 additions and 3 deletions

View File

@@ -170,6 +170,7 @@ where
.task_executor(context.executor.clone())
.custom_spec(spec.clone())
.chain_config(chain_config)
.store_migrator_config(config.store_migrator.clone())
.graffiti(graffiti)
.event_handler(event_handler)
.execution_layer(execution_layer)