Skip to content

Commit

Permalink
Changing back to 10. Issue is with crawl log caching.
Browse files Browse the repository at this point in the history
  • Loading branch information
csrster committed Jul 11, 2022
1 parent 530d443 commit 1ecfd39
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -454,7 +454,7 @@ private static List<String> getMatchingDomainStringsFromFile(File cacheFile, Str
}

private static boolean lineMatchesDomain(String crawlLine, String domain) {
int urlElement = 11;
int urlElement = 10;
String urlS = crawlLine.split("\\s+")[urlElement];
try {
URL url = new URL(urlS);
Expand Down

0 comments on commit 1ecfd39

Please sign in to comment.