From ad78e3a59f064d3a34405e18924079ff8da6eafc Mon Sep 17 00:00:00 2001 From: orbiter Date: Wed, 15 Apr 2009 23:07:51 +0000 Subject: [PATCH] - less lines in rssTerminal - crawl more documents: if remote crawling is enabled, a remote crawl list is also loaded if a local crawl is running in case that the indexer is idle git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5809 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/rssTerminal.html | 3 +-- source/de/anomic/crawler/CrawlQueues.java | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/htroot/rssTerminal.html b/htroot/rssTerminal.html index 5b3d693d0..b0542b228 100755 --- a/htroot/rssTerminal.html +++ b/htroot/rssTerminal.html @@ -107,8 +107,7 @@ function scroll() { function showRSS(RSS) { //populate the items for (var i=0; i 0) { + if (coreCrawlJobSize() > 0 && sb.indexingStorageProcessor.queueSize() > 0) { if (this.log.isFine()) log.logFine("remoteCrawlLoaderJob: a local crawl is running, omitting processing"); return false; }