mirror of
https://github.com/hinto-janai/cuprate.git
synced 2025-01-22 02:34:29 +00:00
increase outbound peer count
This commit is contained in:
parent
c0a3f7a718
commit
fa54df27d3
1 changed files with 1 additions and 1 deletions
|
@ -26,7 +26,7 @@ impl CupratedConfig {
|
||||||
pub fn clearnet_config(&self) -> P2PConfig<ClearNet> {
|
pub fn clearnet_config(&self) -> P2PConfig<ClearNet> {
|
||||||
P2PConfig {
|
P2PConfig {
|
||||||
network: Network::Mainnet,
|
network: Network::Mainnet,
|
||||||
outbound_connections: 16,
|
outbound_connections: 64,
|
||||||
extra_outbound_connections: 0,
|
extra_outbound_connections: 0,
|
||||||
max_inbound_connections: 0,
|
max_inbound_connections: 0,
|
||||||
gray_peers_percent: 0.7,
|
gray_peers_percent: 0.7,
|
||||||
|
|
Loading…
Reference in a new issue