pull/1/head
Michael Peter Christen 11 years ago
parent 7d37e74b44
commit 3acf416335

@ -586,6 +586,7 @@ public final class CrawlSwitchboard {
Request r;
while (sei.hasNext()) {
r = sei.next();
if (r == null) continue;
String handle = r.profileHandle();
RowHandleSet us = this.profilesActiveCrawlsCounter.get(handle);
if (us == null) {us = new RowHandleSet(Word.commonHashLength, Word.commonHashOrder, 0); this.profilesActiveCrawlsCounter.put(handle, us);}

Loading…
Cancel
Save