From 396a4451bed43005b2f593d13dad9ce633425403 Mon Sep 17 00:00:00 2001 From: orbiter Date: Mon, 9 Mar 2009 10:16:37 +0000 Subject: [PATCH] increased timeout in ViewFile git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5685 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/ViewFile.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/ViewFile.java b/htroot/ViewFile.java index d53a3b286..98c2aa74d 100644 --- a/htroot/ViewFile.java +++ b/htroot/ViewFile.java @@ -160,7 +160,7 @@ public class ViewFile { 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());