mirror of
https://github.com/paradigmxyz/reth.git
synced 2026-04-30 03:01:58 -04:00
chore: set prewarm concurrency to 64 (#15521)
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user