From 7b3c9e51e3c13736449176b5b0a634875fc02707 Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Fri, 12 Feb 2016 11:20:51 +0000 Subject: [PATCH 1/5] Add support for setting the hop and the prefetch count. --- .../crawler/frontier/AMQPUrlReceiver.java | 43 +++++++++++++++---- 1 file changed, 35 insertions(+), 8 deletions(-) diff --git a/contrib/src/main/java/org/archive/crawler/frontier/AMQPUrlReceiver.java b/contrib/src/main/java/org/archive/crawler/frontier/AMQPUrlReceiver.java index 54ce3ffc..cc4bbfed 100644 --- a/contrib/src/main/java/org/archive/crawler/frontier/AMQPUrlReceiver.java +++ b/contrib/src/main/java/org/archive/crawler/frontier/AMQPUrlReceiver.java @@ -137,6 +137,28 @@ public class AMQPUrlReceiver implements Lifecycle, ApplicationListener Date: Sun, 13 Mar 2016 20:22:27 +0000 Subject: [PATCH 3/5] Bump incoming links to MEDIUM to compete with e.g. runs of redirects. --- .../org/archive/crawler/frontier/AMQPUrlReceiver.java | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/contrib/src/main/java/org/archive/crawler/frontier/AMQPUrlReceiver.java b/contrib/src/main/java/org/archive/crawler/frontier/AMQPUrlReceiver.java index 8b7e3157..14210804 100644 --- a/contrib/src/main/java/org/archive/crawler/frontier/AMQPUrlReceiver.java +++ b/contrib/src/main/java/org/archive/crawler/frontier/AMQPUrlReceiver.java @@ -435,7 +435,13 @@ public class AMQPUrlReceiver implements Lifecycle, ApplicationListener Date: Mon, 23 May 2016 11:00:59 +0100 Subject: [PATCH 4/5] Update Kryo to latest version. --- commons/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/pom.xml b/commons/pom.xml index 75c31503..952acabf 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -163,7 +163,7 @@ com.esotericsoftware kryo - 1.01 + 1.04 compile From aba94c7ac1cec9c08c47ad8b2093a271fcfb2a2b Mon Sep 17 00:00:00 2001 From: Andrew Jackson Date: Mon, 23 May 2016 12:11:15 +0100 Subject: [PATCH 5/5] Fix package name. --- commons/pom.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/commons/pom.xml b/commons/pom.xml index 952acabf..85ebf0e8 100644 --- a/commons/pom.xml +++ b/commons/pom.xml @@ -161,7 +161,7 @@ - com.esotericsoftware + com.googlecode kryo 1.04 compile