From bb0c045036f834a9ce78a71edb32461c751a23bb Mon Sep 17 00:00:00 2001 From: orbiter Date: Tue, 13 Sep 2011 18:46:11 +0000 Subject: [PATCH] fix for problem with relocation of network git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@7944 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- source/de/anomic/search/Switchboard.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/source/de/anomic/search/Switchboard.java b/source/de/anomic/search/Switchboard.java index d1a6cfaf4..542ae5c1b 100644 --- a/source/de/anomic/search/Switchboard.java +++ b/source/de/anomic/search/Switchboard.java @@ -974,7 +974,6 @@ public final class Switchboard extends serverSwitch { setConfig("heuristic.blekko", false); // relocate - this.crawlQueues.relocate(this.queuesRoot); // cannot be closed because the busy threads are working with that object this.peers.relocate( this.networkRoot, redundancy, @@ -987,10 +986,10 @@ public final class Switchboard extends serverSwitch { wordCacheMaxCount, fileSizeMax, this.useTailCache, - this.exceed134217727); // set the default segment names setDefaultSegments(); + this.crawlQueues.relocate(this.queuesRoot); // cannot be closed because the busy threads are working with that object // create a crawler this.crawler = new CrawlSwitchboard(