mirror of
https://github.com/darkrenaissance/darkfi.git
synced 2026-01-09 14:48:08 -05:00
doc: Remove reference to quarantine settings
They have been deleted and replaced with the greylist system
This commit is contained in:
@@ -85,9 +85,6 @@ inbound = ["tcp+tls://0.0.0.0:8242"]
|
||||
# Allow localnet hosts
|
||||
localnet = true
|
||||
|
||||
# Delete a peer from hosts if they've been quarantined N times
|
||||
#hosts_quarantine_limit = 50
|
||||
|
||||
# Cooling off time for peer discovery when unsuccessful
|
||||
#outbound_peer_discovery_cooloff_time = 30
|
||||
|
||||
@@ -172,9 +169,6 @@ outbound_connections = 8
|
||||
# Allow localnet hosts
|
||||
localnet = false
|
||||
|
||||
# Delete a peer from hosts if they've been quarantined N times
|
||||
#hosts_quarantine_limit = 50
|
||||
|
||||
# Cooling off time for peer discovery when unsuccessful
|
||||
#outbound_peer_discovery_cooloff_time = 30
|
||||
|
||||
@@ -259,9 +253,6 @@ outbound_connections = 8
|
||||
# Allow localnet hosts
|
||||
localnet = false
|
||||
|
||||
# Delete a peer from hosts if they've been quarantined N times
|
||||
#hosts_quarantine_limit = 50
|
||||
|
||||
# Cooling off time for peer discovery when unsuccessful
|
||||
#outbound_peer_discovery_cooloff_time = 30
|
||||
|
||||
|
||||
@@ -23,7 +23,6 @@ Some settings may be commented-out by default.
|
||||
outbound_connect_timeout = 60
|
||||
channel_handshake_timeout = 55
|
||||
channel_heartbeat_interval = 90
|
||||
hosts_quarantine_limit = 10
|
||||
outbound_peer_discovery_cooloff_time = 60
|
||||
|
||||
allowed_transports = ["tor", "tor+tls"]
|
||||
|
||||
Reference in New Issue
Block a user