fixed a problem with non-terminating crawls

pull/1/head
Michael Peter Christen 12 years ago
parent 61a1d32356
commit 8b1c9cba3d

@ -164,7 +164,7 @@ public final class CrawlSwitchboard {
m = null;
}
if ( m == null ) {
return getPassive(profileKey);
return null; //return getPassive(profileKey);
}
p = new CrawlProfile(m);
this.profilesActiveCrawlsCache.put(profileKey, p);

Loading…
Cancel
Save