File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ fn main() {
3535 . config ( )
3636 . engine
3737 . tree_config ( )
38- . with_always_process_payload_attributes_on_canonical_head ( true ) ;
38+ . with_always_process_payload_attributes_on_canonical_head ( true ) . with_persistence_threshold ( 0 ) ;
3939 let launcher = EngineNodeLauncher :: new (
4040 builder. task_executor ( ) . clone ( ) ,
4141 builder. config ( ) . datadir ( ) ,
Original file line number Diff line number Diff line change 9090 . with_add_ons ( node. add_ons ( ) )
9191 . launch_with_fn ( |builder| {
9292 let tree_config = TreeConfig :: default ( )
93- . with_always_process_payload_attributes_on_canonical_head ( true ) ;
93+ . with_always_process_payload_attributes_on_canonical_head ( true )
94+ . with_persistence_threshold ( 0 ) ;
9495 let launcher = EngineNodeLauncher :: new (
9596 builder. task_executor ( ) . clone ( ) ,
9697 builder. config ( ) . datadir ( ) ,
You can’t perform that action at this time.
0 commit comments