Skip to content

Commit 6c4b1fe

Browse files
committed
lotsa libre conns
1 parent 0f896e5 commit 6c4b1fe

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/net.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ static const unsigned int MAX_SUBVERSION_LENGTH = 256;
6666
/** Maximum number of automatic outgoing nodes over which we'll relay everything (blocks, tx, addrs, etc) */
6767
static const int MAX_OUTBOUND_FULL_RELAY_CONNECTIONS = 8;
6868
/** Maximum number of automatic libre-relay peers */
69-
static const int MAX_LIBRE_RELAY_CONNECTIONS = 4;
69+
static const int MAX_LIBRE_RELAY_CONNECTIONS = 100;
7070
/** Maximum number of addnode outgoing nodes */
7171
static const int MAX_ADDNODE_CONNECTIONS = 8;
7272
/** Maximum number of block-relay-only outgoing connections */

0 commit comments

Comments
 (0)