git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3121 6c8d7289-2bf4-0310-a012-ef5d649a1542pull/1/head
parent
18c841b3c0
commit
4a1dd8ecc8
@ -1,37 +1,37 @@
|
||||
<p><form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
||||
<form action="SettingsAck_p.html" method="post" enctype="multipart/form-data">
|
||||
<fieldset><legend id="admin">Crawler Settings</legend>
|
||||
<table border="0" cellspacing="5" width="100%">
|
||||
<tr><td colspan="3"><p><b>Generic Crawler Settings:</b></p></td></tr>
|
||||
<tr><td colspan="3"><p><strong>Generic Crawler Settings</strong>:</p></td></tr>
|
||||
<tr valign="top">
|
||||
<td>Timeout:</td>
|
||||
<td><input name="crawler.clientTimeout" type="text" size="16" maxlength="16" value="#[crawler.clientTimeout]#"></td>
|
||||
<td width="100%"><i>Connection timeout in ms. <code>0</code> means unlimited.</i></td>
|
||||
<td><input name="crawler.clientTimeout" type="text" size="16" maxlength="16" value="#[crawler.clientTimeout]#" /></td>
|
||||
<td><em>Connection timeout in ms. <code>0</code> means unlimited.</em></td>
|
||||
</tr>
|
||||
<tr><td colspan="3"><hr></td></tr>
|
||||
<tr><td colspan="3"><hr /></td></tr>
|
||||
|
||||
<tr><td colspan="3"><p><b>HTTP Crawler Settings:</b></p></td></tr>
|
||||
<tr valign="top">
|
||||
<td>Maximum Filesize:</td>
|
||||
<td><input name="crawler.http.maxFileSize" type="text" size="16" maxlength="16" value="#[crawler.http.maxFileSize]#"></td>
|
||||
<td><i>Maximum allowed file size in bytes that should be downloaded. Larger files will be skipped. <code>-1</code> means unlimited.<br>
|
||||
Please note that if the crawler uses content compression, this limit is used to check the compressed content size.</i></td>
|
||||
<td>Maximum Filesize:</td>
|
||||
<td><input name="crawler.http.maxFileSize" type="text" size="16" maxlength="16" value="#[crawler.http.maxFileSize]#" /></td>
|
||||
<td><em>Maximum allowed file size in bytes that should be downloaded. Larger files will be skipped. <code>-1</code> means unlimited.<br />
|
||||
Please note that if the crawler uses content compression, this limit is used to check the compressed content size.</em></td>
|
||||
</tr>
|
||||
<tr><td colspan="3"><hr></td></tr>
|
||||
<tr><td colspan="3"><hr /></td></tr>
|
||||
|
||||
<tr><td colspan="3"><p><b>FTP Crawler Settings:</b></p></td></tr>
|
||||
<tr><td colspan="3"><p><strong>FTP Crawler Settings</strong>:</p></td></tr>
|
||||
<tr valign="top">
|
||||
<td>Maximum Filesize:</td>
|
||||
<td><input name="crawler.ftp.maxFileSize" type="text" size="16" maxlength="16" value="#[crawler.ftp.maxFileSize]#"></td>
|
||||
<td><i>Maximum allowed file size in bytes that should be downloaded. Larger files will be skipped. <code>-1</code> means unlimited.</i></td>
|
||||
<td>Maximum Filesize:</td>
|
||||
<td><input name="crawler.ftp.maxFileSize" type="text" size="16" maxlength="16" value="#[crawler.ftp.maxFileSize]#" /></td>
|
||||
<td><em>Maximum allowed file size in bytes that should be downloaded. Larger files will be skipped. <code>-1</code> means unlimited.</em></td>
|
||||
</tr>
|
||||
<tr><td colspan="3"><hr></td></tr>
|
||||
<tr><td colspan="3"><hr /></td></tr>
|
||||
|
||||
<tr valign="top">
|
||||
<td> </td>
|
||||
<td><input type="submit" name="crawlerSettings" value="Submit"></td>
|
||||
<td><i>Changes will take effect immediately.</i></td>
|
||||
<td><input type="submit" name="crawlerSettings" value="Submit" /></td>
|
||||
<td><em>Changes will take effect immediately.</em></td>
|
||||
</tr>
|
||||
</table>
|
||||
|
||||
</fieldset>
|
||||
</form><br>
|
||||
</form>
|
Loading…
Reference in new issue