forked from Qortal/qortal
Increased default maxPeers to 40.
This commit is contained in:
parent
072aa469e3
commit
648fa66f6a
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user