Increased default maxPeers to 40.

This commit is contained in:
CalDescent 2023-05-21 15:22:00 +01:00
parent 072aa469e3
commit 648fa66f6a

View File

@ -205,7 +205,7 @@ public class Settings {
/** Target number of outbound connections to peers we should make. */
private int minOutboundPeers = 16;
/** Maximum number of peer connections we allow. */
private int maxPeers = 36;
private int maxPeers = 40;
/** Number of slots to reserve for short-lived QDN data transfers */
private int maxDataPeers = 4;
/** Maximum number of threads for network engine. */