Remove forcefetch for AMQP received urls so they don't get crawled twice.

This commit is contained in:
Hunter Stern
2014-10-16 22:02:43 +00:00
parent 5909042b84
commit 8c318e53f6
@@ -320,7 +320,7 @@ public class AMQPUrlReceiver implements Lifecycle, ApplicationListener<CrawlStat
curi.setSchedulingDirective(SchedulingConstants.HIGH);
curi.setPrecedence(1);
curi.setForceFetch(true);
//curi.setForceFetch(true);
curi.getAnnotations().add(A_RECEIVED_FROM_AMQP);