diff --git a/source/net/yacy/crawler/data/Latency.java b/source/net/yacy/crawler/data/Latency.java index 55a5c8b0e..daecaec3f 100644 --- a/source/net/yacy/crawler/data/Latency.java +++ b/source/net/yacy/crawler/data/Latency.java @@ -78,8 +78,6 @@ public class Latency { h = new Host(host, DEFAULT_AVERAGE, robotsCrawlDelay); if (map.size() > 1000 || MemoryControl.shortStatus()) map.clear(); map.put(hosthash, h); - } else { - h.update(); } }