Skip to content

Commit

Permalink
fix for remote crawl requests in clusters
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3626 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Apr 29, 2007
1 parent 1979a16 commit 304ed3f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/de/anomic/plasma/plasmaSwitchboard.java
Expand Up @@ -2001,8 +2001,8 @@ public boolean limitCrawlTriggerJob() {
}

if ((isRobinsonMode()) &&
((getConfig("cluster.mode", "").equals("publicpeer")) ||
(getConfig("cluster.mode", "").equals("privatepeer")))){
(!getConfig("cluster.mode", "").equals("publicpeer")) &&
(!getConfig("cluster.mode", "").equals("privatepeer"))) {
// not-clustered robinson peers do not do remote crawling
return false;
}
Expand Down

0 comments on commit 304ed3f

Please sign in to comment.