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 @@