chore: set prewarm concurrency to 64 (#15521)

This commit is contained in:
Dan Cline
2025-04-07 05:40:32 -04:00
committed by GitHub
parent 70a105e209
commit 5b8e40bce7

View File

@@ -70,8 +70,7 @@ where
pending,
ctx,
in_progress: 0,
// TODO settings
max_concurrency: 4,
max_concurrency: 64,
to_multi_proof,
actions_rx,
actions_tx,