mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-01-15 02:08:09 -05:00
- Introduced `storage_worker_count` and `account_worker_count` fields in `EngineArgs` to allow configuration of the number of workers in the Tokio blocking pool. - Updated the `tree_config` method to incorporate these new fields, enhancing flexibility in managing proof worker resources. - Updated CLI documentation to reflect the new configuration options for improved user guidance.