ask another peer if crawljob loading fails

git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5321 6c8d7289-2bf4-0310-a012-ef5d649a1542
pull/1/head
lotus 16 years ago
parent 1b18d4bcf3
commit 16723d0fa6

@ -366,7 +366,8 @@ public class CrawlQueues {
// something is wrong with this provider. To prevent that we get not stuck with this peer // something is wrong with this provider. To prevent that we get not stuck with this peer
// we remove it from the peer list // we remove it from the peer list
sb.webIndex.peerActions.peerDeparture(seed, "no results from provided remote crawls"); sb.webIndex.peerActions.peerDeparture(seed, "no results from provided remote crawls");
return true; // ask another peer
return remoteCrawlLoaderJob();
} }
// parse the rss // parse the rss

Loading…
Cancel
Save