The cache is now flushed only for one second every ten seconds. During a crawl the cache
fills up completely, and is only flushed if space is needed for more documents.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5446 6c8d7289-2bf4-0310-a012-ef5d649a1542
@ -594,7 +594,9 @@ 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.INDEXER,"Indexing","thread that either initiates a parsing/indexing queue, distributes the index into the DHT, stores parsed documents or flushes the index cache","/IndexCreateIndexingQueue_p.html",
deployThread(plasmaSwitchboardConstants.CACHEFLUSH,"Cache Flush","thread that flushes the index cache","",
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,