Reduce minBlockchainPeers for now

This commit is contained in:
catbref 2020-05-04 14:32:42 +01:00
parent 136188339d
commit 1bca152d9c

View File

@ -81,7 +81,7 @@ public class Settings {
/** Port number for inbound peer-to-peer connections. */
private Integer listenPort;
/** Minimum number of peers to allow block minting / synchronization. */
private int minBlockchainPeers = 8;
private int minBlockchainPeers = 5;
/** Target number of outbound connections to peers we should make. */
private int minOutboundPeers = 16;
/** Maximum number of peer connections we allow. */