// in best case, this should never happen if the balancer works propertly
// in best case, this should never happen if the balancer works propertly
// this is only to protection against the worst case, where the crawler could
// this is only to protection against the worst case, where the crawler could
// behave in a DoS-manner
// behave in a DoS-manner
Log.logInfo("BALANCER","forcing crawl-delay of "+sleeptime+" milliseconds for "+crawlEntry.url().getHost()+((sleeptime>Math.max(minimumLocalDelta,minimumGlobalDelta))?" (caused by robots.txt)" :""));
Log.logInfo("BALANCER","forcing crawl-delay of "+sleeptime+" milliseconds for "+crawlEntry.url().getHost()+((sleeptime>Math.max(minimumLocalDelta,minimumGlobalDelta))?" (forced latency)" :""));
Log.logInfo("kelondroBLOBHeap","wrote a dump for the "+this.index.size()+" index entries of "+heapFile.getName()+" in "+(System.currentTimeMillis()-start)+" milliseconds.");
Log.logInfo("kelondroBLOBHeap","wrote a dump for the "+this.index.size()+" index entries of "+heapFile.getName()+" in "+(System.currentTimeMillis()-start)+" milliseconds.");
Log.logInfo("kelondroBLOBHeapWriter","wrote a dump for the "+this.index.size()+" index entries of "+heapFile.getName()+" in "+(System.currentTimeMillis()-start)+" milliseconds.");
Log.logInfo("kelondroBLOBHeapWriter","wrote a dump for the "+this.index.size()+" index entries of "+heapFileREADY.getName()+" in "+(System.currentTimeMillis()-start)+" milliseconds.");
index.close();
index.close();
index=null;
index=null;
}catch(IOExceptione){
}catch(IOExceptione){
@ -160,5 +172,5 @@ public final class HeapWriter {