- added automatic http client reset. this was necessary because excessive intranet crawling caused deadlocks. this hack solved the problem.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5768 6c8d7289-2bf4-0310-a012-ef5d649a1542
@ -605,8 +605,6 @@ public final class plasmaSwitchboard extends serverAbstractSwitch<IndexingStack.
deployThread(plasmaSwitchboardConstants.CLEANUP,"Cleanup","simple cleaning process for monitoring information",null,
newserverInstantBusyThread(this,plasmaSwitchboardConstants.CLEANUP_METHOD_START,plasmaSwitchboardConstants.CLEANUP_METHOD_JOBCOUNT,plasmaSwitchboardConstants.CLEANUP_METHOD_FREEMEM),600000);// all 5 Minutes, wait 10 minutes until first run
deployThread(plasmaSwitchboardConstants.CACHEFLUSH,"Cache Flush","thread that flushes the index cache","",
newserverInstantBusyThread(this,plasmaSwitchboardConstants.CACHEFLUSH_METHOD_START,plasmaSwitchboardConstants.CACHEFLUSH_METHOD_JOBCOUNT,plasmaSwitchboardConstants.CACHEFLUSH_METHOD_FREEMEM),120000);// the cache flush does not need to be started soon, start it late after 2 minutes
deployThread(plasmaSwitchboardConstants.INDEXER,"Indexing","thread that either initiates a parsing/indexing queue, distributes the index into the DHT, stores parsed documents","/IndexCreateIndexingQueue_p.html",
deployThread(plasmaSwitchboardConstants.CRAWLJOB_REMOTE_TRIGGERED_CRAWL,"Remote Crawl Job","thread that performes a single crawl/indexing step triggered by a remote peer",null,
@ -1122,16 +1120,6 @@ public final class plasmaSwitchboard extends serverAbstractSwitch<IndexingStack.