We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a355549 commit 03423c5Copy full SHA for 03423c5
src/io/sf/carte/doc/agent/net/ResourceDownloader.java
@@ -150,6 +150,7 @@ protected InputStream openStream() throws IOException {
150
} else {
151
con = getURL().openConnection();
152
}
153
+ con.setConnectTimeout(60000);
154
contentType = con.getContentType();
155
return con.getInputStream();
156
0 commit comments