From b92105c8b0a0956dfeaba132eac9523eb86810a7 Mon Sep 17 00:00:00 2001 From: lotus Date: Sun, 7 Sep 2008 13:59:24 +0000 Subject: [PATCH] do not change auto recrawl scheduler with performance profiles git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5123 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/PerformanceQueues_p.java | 1 + htroot/env/templates/header.template | 2 +- htroot/env/templates/simpleheader.template | 2 +- locales/de.lng | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/htroot/PerformanceQueues_p.java b/htroot/PerformanceQueues_p.java index 1c5065826..8cb3133f8 100644 --- a/htroot/PerformanceQueues_p.java +++ b/htroot/PerformanceQueues_p.java @@ -169,6 +169,7 @@ public class PerformanceQueues_p { 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); } diff --git a/htroot/env/templates/header.template b/htroot/env/templates/header.template index 11f18ce91..55c85af64 100644 --- a/htroot/env/templates/header.template +++ b/htroot/env/templates/header.template @@ -40,7 +40,7 @@

Peer Control