diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-10-18 13:25:05 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2020-10-18 13:25:05 +0000 |
commit | c67fa324965268cd1c01cbcb513038e7344f35d1 (patch) | |
tree | 51dd4f3f6a0237ab4f6f4eae8804c5d8703bcfbd | |
parent | Merge pull request #6841 (diff) | |
download | monero-c67fa324965268cd1c01cbcb513038e7344f35d1.tar.xz |
bump default number of connections from 8 to 12
-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 |