From: hickert Date: Thu, 7 May 2009 08:07:33 +0000 (+0000) Subject: Updated timeout X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=533fa0b48fb76c791289b610abac7061bb73dae3;p=gosa.git Updated timeout git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@13627 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/include/class_gosaSupportDaemon.inc b/gosa-core/include/class_gosaSupportDaemon.inc index 3cf6e7da5..cd9f53787 100644 --- a/gosa-core/include/class_gosaSupportDaemon.inc +++ b/gosa-core/include/class_gosaSupportDaemon.inc @@ -52,7 +52,7 @@ class gosaSupportDaemon @param boolean Connect Directly connect to daemon socket. @param float Timeout The timelimit for all socket actions. */ - public function __construct($connect=TRUE,$timeout=10) + public function __construct($connect=TRUE,$timeout=15) { #FIXME: bad idea about referencing global variables from within classes global $config;