forked from Qortal/qortal
Reduce default minBlockchainPeers to 3, ahead of the upcoming reshape.
This commit is contained in:
parent
4cb755a2f1
commit
072aa469e3
@ -201,7 +201,7 @@ public class Settings {
|
||||
/** Whether to attempt to open the listen port via UPnP */
|
||||
private boolean uPnPEnabled = true;
|
||||
/** Minimum number of peers to allow block minting / synchronization. */
|
||||
private int minBlockchainPeers = 5;
|
||||
private int minBlockchainPeers = 3;
|
||||
/** Target number of outbound connections to peers we should make. */
|
||||
private int minOutboundPeers = 16;
|
||||
/** Maximum number of peer connections we allow. */
|
||||
|
Loading…
Reference in New Issue
Block a user