fix receive of crawl receipt in private peer mode

http://forum.yacy-websuche.de/viewtopic.php?f=5&t=2655

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6640 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lotus 15 years ago
parent 840527689b
commit 5f661d9f5d

@ -111,6 +111,7 @@ public final class crawlReceipt {
if ((sb.isRobinsonMode()) && (!sb.isInMyCluster(otherPeer))) {
// we reject urls that are from outside our cluster
prop.put("delay", "9999");
return prop;
}
// generating a new loaded URL entry

Loading…
Cancel
Save