mirror of
https://github.com/hl-archive-node/nanoreth.git
synced 2025-12-06 10:59:55 +00:00
feat(bin, engine): make state root task default (#14371)
This commit is contained in:
@ -564,7 +564,7 @@ where
|
||||
let engine_tree_config = TreeConfig::default()
|
||||
.with_persistence_threshold(builder.config.engine.persistence_threshold)
|
||||
.with_memory_block_buffer_target(builder.config.engine.memory_block_buffer_target)
|
||||
.with_state_root_task(builder.config.engine.state_root_task_enabled)
|
||||
.with_legacy_state_root(builder.config.engine.legacy_state_root_task_enabled)
|
||||
.with_caching_and_prewarming(builder.config.engine.caching_and_prewarming_enabled)
|
||||
.with_always_compare_trie_updates(builder.config.engine.state_root_task_compare_updates)
|
||||
.with_cross_block_cache_size(
|
||||
|
||||
Reference in New Issue
Block a user