Module config
Expand description
Engine tree configuration.
Structs§
- Tree
Config - The configuration of the engine tree.
Constants§
- DEFAULT_
MAX_ PROOF_ TASK_ CONCURRENCY - Default maximum concurrency for proof tasks
- DEFAULT_
MEMORY_ BLOCK_ BUFFER_ TARGET - How close to the canonical head we persist blocks.
- DEFAULT_
PERSISTENCE_ THRESHOLD - Triggers persistence when the number of canonical blocks in memory exceeds this threshold.
- DEFAULT_
RESERVED_ CPU_ CORES - Default number of reserved CPU cores for non-reth processes.
Functions§
- has_
enough_ parallelism - Determines if the host has enough parallelism to run the payload processor.