Skip to content

Commit 928cdc0

Browse files
authored
[Mempool] Increase the maximum concurrent task for bounded executor (#2390)
1 parent a733a9e commit 928cdc0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/src/config/mempool_config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ impl Default for MempoolConfig {
2929
shared_mempool_backoff_interval_ms: 30_000,
3030
shared_mempool_batch_size: 100,
3131
shared_mempool_ack_timeout_ms: 2_000,
32-
shared_mempool_max_concurrent_inbound_syncs: 2,
32+
shared_mempool_max_concurrent_inbound_syncs: 4,
3333
max_broadcasts_per_peer: 1,
3434
mempool_snapshot_interval_secs: 180,
3535
capacity: 1_000_000,

0 commit comments

Comments
 (0)