summaryrefslogtreecommitdiff
path: root/htroot/Performance_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-05-11 23:42:40 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-05-11 23:42:40 +0000
commitea478f397595c9eef24e52eae2776fd96f49bd03 (patch)
tree4143c4d38fba8de51d7450e21a601f1a3ddb741c /htroot/Performance_p.html
parent0cfe94bb664cdb9f14c1fcd9ad68904873d8b163 (diff)
enhanced indexing-caching
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@107 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Performance_p.html')
-rw-r--r--htroot/Performance_p.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/htroot/Performance_p.html b/htroot/Performance_p.html
index 5159fe721..9b965d967 100644
--- a/htroot/Performance_p.html
+++ b/htroot/Performance_p.html
@@ -82,6 +82,13 @@ Changes take effect immediately</td>
</td>
</tr>
<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>
+ </tr>
+ <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>
<td class=small>
@@ -90,6 +97,7 @@ Changes take effect immediately</td>
flushed to disc; this may last some minutes.
</td>
</tr>
+ <!--
<tr valign="top" class="TableCellDark">
<td class=small>Maximum waitingtime to flush word cache<br>during shut-down (seconds):</td>
<td class=small><input name="maxWaitingWordFlush" type="text" size="6" maxlength="6" value="#[maxWaitingWordFlush]#"></td>
@@ -99,11 +107,13 @@ Changes take effect immediately</td>
time are lost.
</td>
</tr>
+ -->
<tr valign="top" class="TableCellLight">
<td class=small colspan="3"><input type="submit" name="cacheSizeSubmit" value="Enter New Cache Size">
Changes take effect immediately</td>
</td>
</tr>
+
</form>
</table>
</p>