From cfc8640492f4d12f6d2960e44af9658137bcf4d6 Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Sun, 18 Oct 2020 13:25:05 +0000 Subject: [PATCH] bump default number of connections from 8 to 12 --- src/cryptonote_config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/cryptonote_config.h b/src/cryptonote_config.h index 73b85af22..392210670 100644 --- a/src/cryptonote_config.h +++ b/src/cryptonote_config.h @@ -132,7 +132,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