summaryrefslogtreecommitdiff
path: root/htroot/PerformanceMemory_p.html
diff options
context:
space:
mode:
authorhermens <hermens@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-08-07 11:19:54 +0000
committerhermens <hermens@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-08-07 11:19:54 +0000
commitdcbb4d0a6bfa3a3d751130234ef53aaeb8a5abb5 (patch)
tree634071efd7d60db39b3df3544e15fd942b40c199 /htroot/PerformanceMemory_p.html
parentc7b6389ca18980dfeba638fcc76b964a70df7811 (diff)
Display the size of HashBlacklistedCache on PerformanceMemory page.
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2357 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceMemory_p.html')
-rw-r--r--htroot/PerformanceMemory_p.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/htroot/PerformanceMemory_p.html b/htroot/PerformanceMemory_p.html
index 3ce205726..a40874cd2 100644
--- a/htroot/PerformanceMemory_p.html
+++ b/htroot/PerformanceMemory_p.html
@@ -395,6 +395,10 @@ Increasing this cache may speed up crawling, but not much space is needed, so th
<td class="small">DNSNoCache</td>
<td class="small">#[namecache.noCache]#</td>
</tr>
+<tr class="TableCellLight">
+<td class="small">HashBlacklistedCache</td>
+<td class="small">#[blacklistcache.size]#</td>
+</tr>
</table>
</p>