Skip to content

Commit

Permalink
let each website have a little bit longer to unfurl
Browse files Browse the repository at this point in the history
  • Loading branch information
Blundell committed Oct 25, 2017
1 parent b79d87c commit 91e7557
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ class Http implements LinkUnfurler {

@Override
public Information unfurl(String url) throws IOException {
LinkInfo info = LinkUnfurl.unfurl(url, 3000);
LinkInfo info = LinkUnfurl.unfurl(url, 3500);
return new Information(info.getTitle(), url);
}
}
Expand Down

0 comments on commit 91e7557

Please sign in to comment.