summaryrefslogtreecommitdiff
path: root/htroot/Performance_p.html
diff options
context:
space:
mode:
authororbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-07-26 15:17:29 +0000
committerorbiter <orbiter@6c8d7289-2bf4-0310-a012-ef5d649a1542>2005-07-26 15:17:29 +0000
commitb9d18d40cb269dd3fc58c55da6fcc74e158e06f9 (patch)
treee0c0a98f0c522cc24780bbae9e7f38904726da53 /htroot/Performance_p.html
parent3470a72d48be55812b9f37e3f2a49a7c2fc025ed (diff)
configuration of proxy idle time in performance menue
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@436 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/Performance_p.html')
-rw-r--r--htroot/Performance_p.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/htroot/Performance_p.html b/htroot/Performance_p.html
index 441baf827..1fff74127 100644
--- a/htroot/Performance_p.html
+++ b/htroot/Performance_p.html
@@ -147,6 +147,28 @@ Changes take effect immediately</td>
</table>
</p>
+<p>
+<div class=small><b>Proxy Performance Settings:</b></div>
+<form action="Performance_p.html" method="post" enctype="multipart/form-data">
+<table border="0" cellpadding="5" cellspacing="1" width="100%">
+ <tr valign="top" class="TableCellDark">
+ <td class=small>Online Caution Delay (milliseconds):</td>
+ <td class=small><input name="onlineCautionDelay" type="text" size="20" maxlength="100" value="#[onlineCautionDelay]#"></td>
+ <td class=small>
+ This is the time that the crawler idles when the proxy is accessed. The delay is extended by this time
+ each time the proxy is accessed afterwards. This shall improve performance of the proxy throughput.
+ (current delta is #[onlineCautionDelayCurrent]# milliseconds since last proxy access.)
+ </td>
+ </tr>
+ <tr valign="top" class="TableCellLight">
+ <td class=small colspan="3">
+ <input type="submit" name="proxyControlSubmit" value="Enter New Parameters">
+ Changes take effect immediately</td>
+ </tr>
+</table>
+</form>
+</p>
+
#[footer]#
</body>
</html>