Skip to content

Commit

Permalink
fix receive of crawl receipt in private peer mode
Browse files Browse the repository at this point in the history
  • Loading branch information
lotus committed Feb 2, 2010
1 parent 8405276 commit 5f661d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions htroot/yacy/crawlReceipt.java
Expand Up @@ -111,6 +111,7 @@ public static serverObjects respond(final RequestHeader header, final serverObje
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
Expand Down

0 comments on commit 5f661d9

Please sign in to comment.