Skip to content

Commit 8db15af

Browse files
committed
increased MAX_HANDSHAKES from 99 to 1999
1 parent a14279e commit 8db15af

File tree

1 file changed

+1
-1
lines changed
  • crates/net/network-devp2p/src

1 file changed

+1
-1
lines changed

crates/net/network-devp2p/src/host.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ use parking_lot::{Mutex, RwLock};
5757
use stats::{PrometheusMetrics, PrometheusRegistry};
5858

5959
const MAX_SESSIONS: usize = 2048;
60-
const MAX_HANDSHAKES: usize = 99;
60+
const MAX_HANDSHAKES: usize = 1999;
6161

6262
const DEFAULT_PORT: u16 = 30303;
6363

0 commit comments

Comments
 (0)