Skip to content

Commit

Permalink
do not change auto recrawl scheduler with performance profiles
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5123 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
lotus committed Sep 7, 2008
1 parent 5ce9a10 commit b92105c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions htroot/PerformanceQueues_p.java
Expand Up @@ -169,6 +169,7 @@ public static serverObjects respond(final httpRequestHeader header, final server
if ((threadName.equals("50_localcrawl")) && (busysleep < 100)) busysleep = 100;
if ((threadName.equals("61_globalcrawltrigger")) && (busysleep < 100)) busysleep = 100;
if ((threadName.equals("62_remotetriggeredcrawl")) && (busysleep < 100)) busysleep = 100;
if (threadName.equals("autoReCrawl")) { idlesleep = 3600000; busysleep = 3600000; memprereq = -1; }

onTheFlyReconfiguration(switchboard, threadName, idlesleep, busysleep, memprereq);
}
Expand Down
2 changes: 1 addition & 1 deletion htroot/env/templates/header.template
Expand Up @@ -40,7 +40,7 @@
<h3>Peer Control</h3>
<ul class="menu">
<li><a href="/Status.html" class="MenuItemLink">Admin Console</a></li>
<li><a href="/ConfigAppearance_p.html" class="MenuItemLink lock">Customization &amp; Integration</a></li>
<li><a href="/ConfigAppearance_p.html" class="MenuItemLink lock">Customization</a></li>
<li><a href="/terminal_p.html" accesskey="t" class="MenuItemLink lock">Terminal</a></li>
<li><a href="/Messages_p.html" class="MenuItemLink lock">Messages <img src="/notifier.gif" alt="New Messages" /></a></li>
<li><a href="/Steering.html?restart=" class="MenuItemLink lock" onclick="return confirm('Confirm Restart')">Re-Start</a></li>
Expand Down
2 changes: 1 addition & 1 deletion htroot/env/templates/simpleheader.template
@@ -1,7 +1,7 @@
<div class="SubMenu">
<ul class="SubMenu">
<li style="width:13%;"><a href="/Steering.html?shutdown=" class="MenuItemLink lock" onclick="return confirm('Confirm Shutdown')">Shutdown</a></li>
<li style="width:13%;"><a href="/Status.html" class="MenuItemLink">Peer Administration</a></li>
<li style="width:13%;"><a href="/Steering.html?shutdown=" class="MenuItemLink lock" onclick="return confirm('Confirm Shutdown')">Shutdown</a></li>
<li style="width:13%;"><a href="/index.html" onclick="this.href='/index.html?handover='+document.searchform.search.value" class="MenuItemLink">Web Search</a></li>
<li style="width:13%;"><a href="/Surftips.html" class="MenuItemLink">Surftips</a></li>
<li style="width:13%;"><a href="/ViewProfile.html?hash=localhash" class="MenuItemLink">Peer Owner Profile</a></li>
Expand Down
2 changes: 1 addition & 1 deletion locales/de.lng
Expand Up @@ -2429,7 +2429,7 @@ News Monitor==News Anzeige
Cookies in Proxy==Cookies per Proxy
Peer Control==Peer Kontrolle
Admin Console==Admin Konsole
Customization &amp; Integration==Anpassung &amp; Integration
Customization==Anpassungen
>Messages==>Nachrichten
"New Messages"=="Neue Nachrichten"
Confirm Restart==Best&auml;tige Neustart
Expand Down

0 comments on commit b92105c

Please sign in to comment.