Reduce default minBlockchainPeers to 3, ahead of the upcoming reshape.

This commit is contained in:
CalDescent 2023-05-21 15:21:04 +01:00
parent 4cb755a2f1
commit 072aa469e3

View File

@ -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. */