diff options
author | Riccardo Spagni <ric@spagni.net> | 2020-10-18 17:40:24 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2020-10-18 17:40:24 +0200 |
commit | 76cc82c29234fc2805f936f0fc53d48acc9cedf7 (patch) | |
tree | db9e1d5a81f12602fe38be0d18a30e169e9e3afc | |
parent | Merge pull request #6914 (diff) | |
parent | bump default number of connections from 8 to 12 (diff) | |
download | monero-0.17.1.1.tar.xz |
Merge pull request #6916v0.17.1.1
81aaa4ec7 bump default number of connections from 8 to 12 (moneromooo-monero)
-rw-r--r-- | src/cryptonote_config.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index a4db99f83..bc17b7e81 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -128,7 +128,7 @@ #define P2P_LOCAL_WHITE_PEERLIST_LIMIT 1000 #define P2P_LOCAL_GRAY_PEERLIST_LIMIT 5000 -#define P2P_DEFAULT_CONNECTIONS_COUNT 8 +#define P2P_DEFAULT_CONNECTIONS_COUNT 12 #define P2P_DEFAULT_HANDSHAKE_INTERVAL 60 //secondes #define P2P_DEFAULT_PACKET_MAX_SIZE 50000000 //50000000 bytes maximum packet size #define P2P_DEFAULT_PEERS_IN_HANDSHAKE 250 |