diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index 2087bda8f..d480580f3 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -15,14 +15,14 @@ #%env/templates/submenuCrawlMonitor.template%#

Crawler

-
+
Queues - + - + @@ -93,7 +93,7 @@
QueueQueue SizePause/ResumePause/Resume
Local Crawler
- + diff --git a/htroot/js/Crawler.js b/htroot/js/Crawler.js index fd5c55d0e..27397f74f 100644 --- a/htroot/js/Crawler.js +++ b/htroot/js/Crawler.js @@ -189,6 +189,7 @@ crawllist_tail = "
IndicatorIndicator Level
"; function showRSS(RSS) { var doc = document.getElementById("crawllist"); if (doc != null) { + if (crawllist_body.length > 100000) crawllist_body = ""; for (var i=0; i" + RSS.items[i].description + "" + RSS.items[i].link + "" + crawllist_body; }