perf(tree): worker pooling for account proofs (#18901)

Co-authored-by: Brian Picciano <me@mediocregopher.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Alexey Shekhirin <5773434+shekhirin@users.noreply.github.com>
This commit is contained in:
YK
2025-10-15 08:26:02 +08:00
committed by GitHub
parent 169a1fb97b
commit e0b7a86313
8 changed files with 904 additions and 574 deletions

View File

@@ -867,6 +867,9 @@ Engine:
--engine.storage-worker-count <STORAGE_WORKER_COUNT>
Configure the number of storage proof workers in the Tokio blocking pool. If not specified, defaults to 2x available parallelism, clamped between 2 and 64
--engine.account-worker-count <ACCOUNT_WORKER_COUNT>
Configure the number of account proof workers in the Tokio blocking pool. If not specified, defaults to the same count as storage workers
ERA:
--era.enable
Enable import from ERA1 files