|
@@ -94,8 +94,8 @@ impl Default for Settings {
|
|
|
app_version,
|
|
app_version,
|
|
|
allowed_transports: vec!["tcp+tls".to_string()],
|
|
allowed_transports: vec!["tcp+tls".to_string()],
|
|
|
transport_mixing: true,
|
|
transport_mixing: true,
|
|
|
- outbound_connections: 0,
|
|
|
|
|
- inbound_connections: 10,
|
|
|
|
|
|
|
+ outbound_connections: 8,
|
|
|
|
|
+ inbound_connections: 8,
|
|
|
outbound_connect_timeout: 15,
|
|
outbound_connect_timeout: 15,
|
|
|
channel_handshake_timeout: 10,
|
|
channel_handshake_timeout: 10,
|
|
|
channel_heartbeat_interval: 30,
|
|
channel_heartbeat_interval: 30,
|
|
@@ -104,7 +104,7 @@ impl Default for Settings {
|
|
|
outbound_peer_discovery_attempt_time: 5,
|
|
outbound_peer_discovery_attempt_time: 5,
|
|
|
hostlist: "/dev/null".to_string(),
|
|
hostlist: "/dev/null".to_string(),
|
|
|
greylist_refinery_interval: 15,
|
|
greylist_refinery_interval: 15,
|
|
|
- white_connect_percent: 90,
|
|
|
|
|
|
|
+ white_connect_percent: 70,
|
|
|
gold_connect_count: 2,
|
|
gold_connect_count: 2,
|
|
|
time_with_no_connections: 30,
|
|
time_with_no_connections: 30,
|
|
|
blacklist: vec![],
|
|
blacklist: vec![],
|