diff options
| author | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-05-22 23:59:52 +0000 |
|---|---|---|
| committer | orbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2005-05-22 23:59:52 +0000 |
| commit | 4b01ff754858fe9983fd9b78ed1a2d176bcd6de7 (patch) | |
| tree | 4ad201fcf4e77e3ba84946249ed327d9e9fbdc76 /htroot/Performance_p.html | |
| parent | d63fae5bd4059554009ed91d7f0e4b026bc0a66d (diff) | |
activated assortments, removed write-queues
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@151 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Performance_p.html')
| -rw-r--r-- | htroot/Performance_p.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/htroot/Performance_p.html b/htroot/Performance_p.html index f19d542ad..50fb4cff2 100644 --- a/htroot/Performance_p.html +++ b/htroot/Performance_p.html @@ -81,13 +81,13 @@ Changes take effect immediately</td> If this is a big number, it shows that the caching works efficiently.
</td>
</tr>
+ #{assortmentCluster}#
<tr valign="top" class="TableCellDark">
- <td class=small>Singletons Cache Size:</td>
- <td class=small>#[singletonsSize]#</td>
- <td class=small>
- The Singletons Cache is a database that holds words that occurred only once.
- </td>
+ <td class=small>Assortment #[assortmentSlot]# Cache Size:</td>
+ <td class=small>#[assortmentSize]#</td>
+ <td class=small></td>
</tr>
+ #{/assortmentCluster}#
<tr valign="top" class="TableCellDark">
<td class=small>Maximum number of Word Caches:</td>
<td class=small><input name="wordCacheMax" type="text" size="20" maxlength="100" value="#[wordCacheMax]#"></td>
|
