perf: add dedicated prewarming rayon pool (#22108)

This commit is contained in:
DaniPopes
2026-02-16 04:05:36 +01:00
committed by GitHub
parent 0142769191
commit 0dd47af250
7 changed files with 126 additions and 187 deletions

View File

@@ -981,6 +981,9 @@ Engine:
--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
--engine.prewarming-threads <PREWARMING_THREADS>
Configure the number of prewarming threads. If not specified, defaults to available parallelism
--engine.disable-proof-v2
Disable V2 storage proofs for state root calculations