Wanna make your node attempt to connect to tons of other nodes? In src/main/generic/network/PeerScorer.js make this change on line 379:
@@ -376,7 +376,7 @@ PeerScorer.PEER_COUNT_MIN_FULL_WS_OUTBOUND = PlatformUtils.isNodeJs() ? 12 : 3;
* @type {number}
* @constant
*/
-PeerScorer.PEER_COUNT_MIN_OUTBOUND = PlatformUtils.isNodeJs() ? 12 : 6;
+PeerScorer.PEER_COUNT_MIN_OUTBOUND = 200 // PlatformUtils.isNodeJs() ? 12 : 6;
/**
* @type {number}
* @constant