diff options
| author | luccioman <luccioman@users.noreply.github.com> | 2017-06-30 11:30:54 +0200 |
|---|---|---|
| committer | luccioman <luccioman@users.noreply.github.com> | 2017-06-30 11:30:54 +0200 |
| commit | dcc56318bbf2cdf14240c0d8a6d2bd2f2755533e (patch) | |
| tree | 1941dd1938c7423453464270c695cb5d7486b258 /htroot/PerformanceQueues_p.html | |
| parent | ddd13b776d5d1e20a50c8fbd66a2e86951e4268b (diff) | |
Made remote search max system load limits configurable from UI.
As reported by davide on YaCy forums (
http://forum.yacy-websuche.de/viewtopic.php?f=23&t=6004 ) when the
system is on high load, unless reading carefully YaCy configuration
file, it could be difficult to understand why remote search results are
not fetched.
Diffstat (limited to 'htroot/PerformanceQueues_p.html')
| -rw-r--r-- | htroot/PerformanceQueues_p.html | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/htroot/PerformanceQueues_p.html b/htroot/PerformanceQueues_p.html index a5a9c1a52..2f32ffb64 100644 --- a/htroot/PerformanceQueues_p.html +++ b/htroot/PerformanceQueues_p.html @@ -71,6 +71,36 @@ </form> <form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> + <input type="hidden" name="transactionToken" value="#[transactionToken]#" /> + <fieldset><legend>Remote search requests:</legend> + <table style="border-width:0px;"> + <tr class="TableHeader" style="vertical-align:bottom;"> + <th style="padding:0.4em;">Type</th> + <th style="padding:0.4em;" title="When the system load average is over the specified value, that type of remote search request is not used to fill search results.">Maximum system load</th> + <th style="padding:0.4em;">Full Description</th> + </tr> + <tr class="TableCellDark"> + <td align="left"><abbr title="Reverse Word Index">RWI</abbr></td> + <td align="right"><input name="remoteSearchRWIMaxLoad" size="7" maxlength="7" value="#[remoteSearchRWIMaxLoad]#"/> load</td> + <td align="left">Search requests performed on remote peers distributed Reverse Word Index</td> + </tr> + <tr class="TableCellDark"> + <td align="left">Solr</td> + <td align="right"><input name="remoteSearchSolrMaxLoad" size="7" maxlength="7" value="#[remoteSearchSolrMaxLoad]#"/> load</td> + <td align="left">Search requests performed on remote peers Solr indexes</td> + </tr> + <tr class="TableCellLight"> + <td align="left" colspan="19"> + <input type="submit" name="setRemoteSearchLoads" class="btn btn-sm btn-primary" value="Submit New Values" /> + <input type="submit" name="defaultRemoteSearchLoads" class="btn btn-sm btn-primary" value="Re-set to default" /> + Changes take effect immediately + </td> + </tr> + </table> + </fieldset> + </form> + + <form action="PerformanceQueues_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8"> <input type="hidden" name="transactionToken" value="#[transactionToken]#" /> <fieldset><legend>Cache Settings:</legend> <table border="0"> |
