Skip to content

Commit

Permalink
NUTCH-3029 Host specific max. and min. intervals in adaptive scheduler
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Jelsma committed Mar 13, 2024
1 parent 84cda2a commit a8ec17c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/java/org/apache/nutch/crawl/AdaptiveFetchSchedule.java
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,7 @@ private void setHostSpecificIntervals(String fileName,
*
* @param url url to get hostname for
* @return hostname
* @throws URISyntaxException
*/
public static String getHostName(String url) throws URISyntaxException {
URI uri = new URI(url);
Expand Down

0 comments on commit a8ec17c

Please sign in to comment.