Skip to content

Commit bcbbf61

Browse files
authored
Merge pull request DMDcoin#278 from SurfingNerd/i40_transaction_fee_distribution_experimental
increased MAX_HANDSHAKES from 99 to 1999
2 parents c7584d8 + 8db15af commit bcbbf61

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)