diff options
| author | Michael Peter Christen <mc@yacy.net> | 2014-03-27 22:00:57 +0100 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2014-03-27 22:00:57 +0100 |
| commit | a7bc130e2703033b8106c82bb5e52f0d18a74cc6 (patch) | |
| tree | 381efe800e5d8264dcf5677e994db29c50f483da /htroot/Performance_p.html | |
| parent | 329037549392a5251deff88030ca41925d09cb03 (diff) | |
removed performance settings
- they are incomplete and buggy
- it was not easy to explain
- it did not comply with a KISS strategy
- setting a performance of low priority actually caused crashing of a
peer
- there was nobody who would maintain that functionality
Diffstat (limited to 'htroot/Performance_p.html')
| -rw-r--r-- | htroot/Performance_p.html | 35 |
1 files changed, 0 insertions, 35 deletions
diff --git a/htroot/Performance_p.html b/htroot/Performance_p.html index ba88ae0ac..85e0528be 100644 --- a/htroot/Performance_p.html +++ b/htroot/Performance_p.html @@ -51,41 +51,6 @@ </dl>
</fieldset>
</form>
-
- <form action="Performance_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
- <fieldset><legend>Use Default Profile:</legend>
- <p>
- <select name="defaultFile">
- #{profile}#
- <option value="#[filename]#"#(used)#:: selected="selected"#(/used)#>#[description]#</option>
- #{/profile}#
- </select>
- and use
- <select name="profileSpeed">
- #{speed}#
- <option value="#[value]#"#(used)#:: selected="selected"#(/used)#>#[label]#</option>
- #{/speed}#
- </select>
- of the defined performance.
- </p>
- <p><input type="submit" name="submitdefault" value="Save" /> Changes take effect immediately</p>
- </fieldset>
- </form>
-
- <form action="Performance_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
- <fieldset><legend>YaCy Priority Settings</legend>
- <dl>
- <dt><label for="priority">YaCy Process Priority</label>:</dt>
- <dd><select id="priority" name="YaCyPriority">
- <option value="0"#(priority_normal)#:: selected="selected"#(/priority_normal)#>Normal</option>
- <option value="10"#(priority_below)#:: selected="selected"#(/priority_below)#>Below normal</option>
- <option value="20"#(priority_low)#:: selected="selected"#(/priority_low)#>Idle</option>
- </select></dd>
- <dt><input type="submit" name="PrioritySubmit" value="Set new Priority" /></dt>
- <dd>Changes take effect after <strong>restart</strong> of YaCy</dd>
- </dl>
- </fieldset>
- </form>
<form action="Performance_p.html" method="post" enctype="multipart/form-data" accept-charset="UTF-8">
<fieldset><legend>Online Caution Settings:</legend>
|
