diff --git a/htroot/IndexCreateParserErrors_p.html b/htroot/IndexCreateParserErrors_p.html index 4ce6710d0..9c69e11ed 100644 --- a/htroot/IndexCreateParserErrors_p.html +++ b/htroot/IndexCreateParserErrors_p.html @@ -7,7 +7,7 @@ #%env/templates/header.template%# #%env/templates/submenuCrawlMonitor.template%# -

Parser Errors

+

Rejected URLs

#(rejected)# :: diff --git a/htroot/env/templates/submenuCrawlMonitor.template b/htroot/env/templates/submenuCrawlMonitor.template index 26570eef4..542d1d6c7 100644 --- a/htroot/env/templates/submenuCrawlMonitor.template +++ b/htroot/env/templates/submenuCrawlMonitor.template @@ -7,7 +7,7 @@ diff --git a/locales/de.lng b/locales/de.lng index 60d82e8bb..8c0b2ecc2 100644 --- a/locales/de.lng +++ b/locales/de.lng @@ -3397,7 +3397,7 @@ Outgoing Cookies==Ausgehende Cookies Processing Monitor==Prozess Monitor Crawler Queues==Crawler Puffer Loader<==Lade Puffer< -Parser Errors==Parser Fehler +Rejected URLs==Abgelehnte URLs >Queues<==>Warteschlangen< Local<==Lokal< #Global==Global diff --git a/source/de/anomic/crawler/Balancer.java b/source/de/anomic/crawler/Balancer.java index a8b5a6c92..1a0714cb9 100644 --- a/source/de/anomic/crawler/Balancer.java +++ b/source/de/anomic/crawler/Balancer.java @@ -147,6 +147,8 @@ public class Balancer { synchronized (this.delayed) { this.delayed.clear(); } + this.double_push_check.clear(); + this.ddc.clear(); } public Request get(final byte[] urlhash) throws IOException {