- added special rule to balancer to omit forced delays if cache is used exclusively
- extended the htCache size by default to 32GB
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@6241 6c8d7289-2bf4-0310-a012-ef5d649a1542
Log.logWarning("Balancer","no profile entry for handle "+crawlEntry.profileHandle());
returnnull;
}
sleeptime=Latency.waitingRemaining(crawlEntry.url(),minimumLocalDelta,minimumGlobalDelta);// this uses the robots.txt database and may cause a loading of robots.txt from the server
// depending on the caching policy we need sleep time to avoid DoS-like situations
sleeptime=(profileEntry.cacheStrategy()==CrawlProfile.CACHE_STRATEGY_CACHEONLY)?0:Latency.waitingRemaining(crawlEntry.url(),minimumLocalDelta,minimumGlobalDelta);// this uses the robots.txt database and may cause a loading of robots.txt from the server