Skip to content

Commit

Permalink
ask another peer if crawljob loading fails
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5321 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
lotus committed Nov 6, 2008
1 parent 1b18d4b commit 16723d0
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/de/anomic/crawler/CrawlQueues.java
Expand Up @@ -366,7 +366,8 @@ public boolean remoteCrawlLoaderJob() {
// something is wrong with this provider. To prevent that we get not stuck with this peer
// we remove it from the peer list
sb.webIndex.peerActions.peerDeparture(seed, "no results from provided remote crawls");
return true;
// ask another peer
return remoteCrawlLoaderJob();
}

// parse the rss
Expand Down

0 comments on commit 16723d0

Please sign in to comment.