doc: Remove reference to quarantine settings

They have been deleted and replaced with the greylist system
This commit is contained in:
foo
2024-03-28 20:07:47 -04:00
committed by foo
parent 2527dd0812
commit 1383e7bd47
2 changed files with 0 additions and 10 deletions

View File

@@ -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

View File

@@ -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"]