summaryrefslogtreecommitdiff
path: root/htroot/PerformanceQueues_p.html
diff options
context:
space:
mode:
authorkarlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-01-03 01:03:56 +0000
committerkarlchenofhell <karlchenofhell@6c8d7289-2bf4-0310-a012-ef5d649a1542>2007-01-03 01:03:56 +0000
commit88ee449300817d2685247d50bf27352aae66afb0 (patch)
treee92f05a47f830ea157fc23c0ff73721775048960 /htroot/PerformanceQueues_p.html
parent727b64e79338cd19c6ad8421a9683f0dcc5f68c9 (diff)
- don't offer voting for urls if user is not authenticated at peer
- removed possibility to raise priority of YaCy process git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@3156 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'htroot/PerformanceQueues_p.html')
-rw-r--r--htroot/PerformanceQueues_p.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/htroot/PerformanceQueues_p.html b/htroot/PerformanceQueues_p.html
index 6d432cfaa..748904521 100644
--- a/htroot/PerformanceQueues_p.html
+++ b/htroot/PerformanceQueues_p.html
@@ -213,9 +213,6 @@
<dl>
<dt>YaCy Process Priority:</dt>
<dd><select name="YaCyPriority">
- <option value="-20"#(priority_realtime)#:: selected="selected"#(/priority_realtime)#>Realtime</option>
- <option value="-15"#(priority_high)#:: selected="selected"#(/priority_high)#>High</option>
- <option value="-10"#(priority_above)#:: selected="selected"#(/priority_above)#>Above normal</option>
<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>