From: hickert Date: Tue, 22 Jan 2008 13:26:49 +0000 (+0000) Subject: Increased timeout X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=310ed1b10e661226f227cd2936015b65df5009d3;p=gosa.git Increased timeout git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8536 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-core/plugins/addons/gotomasses/class_gotomasses.inc b/gosa-core/plugins/addons/gotomasses/class_gotomasses.inc index b78a5aa6b..4225b18f7 100644 --- a/gosa-core/plugins/addons/gotomasses/class_gotomasses.inc +++ b/gosa-core/plugins/addons/gotomasses/class_gotomasses.inc @@ -24,7 +24,7 @@ class gotomasses extends plugin /* Include config object */ $this->config= &$config; $this->divlist = new divListMasses($this->config,$this); - $this->o_queue = new gosaSupportDaemon("10.3.67.111","20081","secret-gosa-password",TRUE,2); + $this->o_queue = new gosaSupportDaemon("10.3.67.111","20081","secret-gosa-password",TRUE,10); }