summaryrefslogtreecommitdiff
path: root/htroot/PerformanceQueues_p.html
diff options
context:
space:
mode:
authorlulabad <lulabad@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-02-09 15:24:07 +0000
committerlulabad <lulabad@6c8d7289-2bf4-0310-a012-ef5d649a1542>2008-02-09 15:24:07 +0000
commit3ef91a3bc92693d547656801bdae4e8950dafab5 (patch)
tree2106fbc6bc5c16ee96b5440f363d8b13974c2408 /htroot/PerformanceQueues_p.html
parent3636526bd6a625d3c9b4c9f58bffa49c01b8f0d4 (diff)
fixed more XHTML strict errors
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@4467 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceQueues_p.html')
-rw-r--r--htroot/PerformanceQueues_p.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/htroot/PerformanceQueues_p.html b/htroot/PerformanceQueues_p.html
index 588fb2007..6a7941460 100644
--- a/htroot/PerformanceQueues_p.html
+++ b/htroot/PerformanceQueues_p.html
@@ -84,9 +84,9 @@
</td>
</tr>
<tr valign="top" class="TableCellDark">
- <td>Words in RAM cache:<br>(Size in KBytes)</td>
- <td>#[wordCacheWSize]#<br>(#[wordCacheWSizeKBytes]# KB)</td>
- <td>#[wordCacheKSize]#<br>(#[wordCacheKSizeKBytes]# KB)</td>
+ <td>Words in RAM cache:<br />(Size in KBytes)</td>
+ <td>#[wordCacheWSize]#<br />(#[wordCacheWSizeKBytes]# KB)</td>
+ <td>#[wordCacheKSize]#<br />(#[wordCacheKSizeKBytes]# KB)</td>
<td>
This is the current size of the word caches.
The indexing cache speeds up the indexing process, the DHT cache holds indexes temporary for approval.