diff options
Diffstat (limited to 'htroot/Crawler_p.html')
| -rw-r--r-- | htroot/Crawler_p.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/htroot/Crawler_p.html b/htroot/Crawler_p.html index 79a0319c0..3b328a996 100644 --- a/htroot/Crawler_p.html +++ b/htroot/Crawler_p.html @@ -134,7 +134,7 @@ <tr class="TableCellLight"> <td align="left">Speed / PPM<br/>(Pages Per Minute)</td> <td align="left" colspan="4"> - <input id="customPPM" name="customPPM" type="number" min="10" max="30000" style="width:5em" value="#[customPPMdefault]#" /><label for="customPPM"><abbr title="Pages Per Minute">PPM</abbr></label> + <input id="customPPM" name="customPPM" type="number" min="10" max="60000" style="width:5em" value="#[customPPMdefault]#" /><label for="customPPM"><abbr title="Pages Per Minute">PPM</abbr></label> <input id="latencyFactor" name="latencyFactor" type="number" min="0.1" max="3.0" step="0.1" style="width:3.5em" value="#[latencyFactorDefault]#" /> <label for="latencyFactor"><abbr title="Latency Factor">LF</abbr></label> <input id="MaxSameHostInQueue" name="MaxSameHostInQueue" type="number" min="1" max="30" style="width:3em" value="#[MaxSameHostInQueueDefault]#" /> @@ -147,7 +147,7 @@ <td align="left">Crawler PPM</td> <td align="left" width="60"><span id="ppmNum"> </span></td> <td align="left" width="260px" colspan="3"> - <progress id="ppmbar" max="30000" value="0" style="width:94%;"/> + <progress id="ppmbar" max="60000" value="0" style="width:94%;"/> </td> </tr> <tr class="TableCellLight"> |
