Skip to content

Commit 5b8e40b

Browse files
authored
chore: set prewarm concurrency to 64 (paradigmxyz#15521)
1 parent 70a105e commit 5b8e40b

File tree

1 file changed

+1
-2
lines changed
  • crates/engine/tree/src/tree/payload_processor

1 file changed

+1
-2
lines changed

crates/engine/tree/src/tree/payload_processor/prewarm.rs

+1-2
Original file line numberDiff line numberDiff line change
@@ -70,8 +70,7 @@ where
7070
pending,
7171
ctx,
7272
in_progress: 0,
73-
// TODO settings
74-
max_concurrency: 4,
73+
max_concurrency: 64,
7574
to_multi_proof,
7675
actions_rx,
7776
actions_tx,

0 commit comments

Comments
 (0)