From f0947a20a871d82739c4f043662a98415fa04818 Mon Sep 17 00:00:00 2001 From: apfelmaennchen Date: Sat, 7 Mar 2009 11:01:13 +0000 Subject: [PATCH] - RichClient: increased ajax timeout to 10 sek. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@5678 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- htroot/yacy/ui/index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/htroot/yacy/ui/index.html b/htroot/yacy/ui/index.html index 4ad8f5ea3..14e480542 100644 --- a/htroot/yacy/ui/index.html +++ b/htroot/yacy/ui/index.html @@ -62,7 +62,7 @@ tabid = "#Welcome"; $.ajaxSetup({ - timeout: 3000, + timeout: 10000, cache: false })