Skip to content

Commit 76cc82c

Browse files
committed
Merge pull request #6916
81aaa4e bump default number of connections from 8 to 12 (moneromooo-monero)
2 parents 81a23c7 + 81aaa4e commit 76cc82c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cryptonote_config.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
#define P2P_LOCAL_WHITE_PEERLIST_LIMIT 1000
129129
#define P2P_LOCAL_GRAY_PEERLIST_LIMIT 5000
130130

131-
#define P2P_DEFAULT_CONNECTIONS_COUNT 8
131+
#define P2P_DEFAULT_CONNECTIONS_COUNT 12
132132
#define P2P_DEFAULT_HANDSHAKE_INTERVAL 60 //secondes
133133
#define P2P_DEFAULT_PACKET_MAX_SIZE 50000000 //50000000 bytes maximum packet size
134134
#define P2P_DEFAULT_PEERS_IN_HANDSHAKE 250

0 commit comments

Comments
 (0)