Skip to content

Commit 81aaa4e

Browse files
bump default number of connections from 8 to 12
1 parent 4d855fc commit 81aaa4e

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)