Skip to content

Commit

Permalink
increased timeout in ViewFile
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5685 6c8d7289-2bf4-0310-a012-ef5d649a1542
  • Loading branch information
orbiter committed Mar 9, 2009
1 parent 485c940 commit 396a445
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htroot/ViewFile.java
Expand Up @@ -160,7 +160,7 @@ public static serverObjects respond(final httpRequestHeader header, final server
if (resource == null) {
Document entry = null;
try {
entry = sb.crawlQueues.loadResourceFromWeb(url, 5000, false, true, false);
entry = sb.crawlQueues.loadResourceFromWeb(url, 10000, false, true, false);
} catch (final Exception e) {
prop.put("error", "4");
prop.putHTML("error_errorText", e.getMessage());
Expand Down

0 comments on commit 396a445

Please sign in to comment.