diff options
Diffstat (limited to 'defaults/yacy.init')
| -rw-r--r-- | defaults/yacy.init | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/defaults/yacy.init b/defaults/yacy.init index 0d2fc0dc3..810f68614 100644 --- a/defaults/yacy.init +++ b/defaults/yacy.init @@ -587,8 +587,9 @@ indexReceiveBlockErrors=true indexReceiveBlockErrors.retryAfterDays=30
# Comma-separated list of HTTP status codes considered permanent errors (always block)
-# Default: 404 (Not Found), 410 (Gone)
-indexReceiveBlockErrors.permanentStatus=404,410
+# -1 = DNS/Network errors (UnknownHost, connection failures)
+# 404 = Not Found, 410 = Gone
+indexReceiveBlockErrors.permanentStatus=404,410,-1
# the frequency is the number of links per minute, that the peer allowes
# _every_ other peer to send to this peer
|
