Set remote calendar timeout also when retrieving calendar information.
authorJan Schneider <jan@horde.org>
Mon, 8 Feb 2010 22:16:44 +0000 (23:16 +0100)
committerJan Schneider <jan@horde.org>
Mon, 8 Feb 2010 22:16:44 +0000 (23:16 +0100)
kronolith/lib/Ajax/Application.php

index ae215f6..5cefe84 100644 (file)
@@ -648,7 +648,7 @@ class Kronolith_Ajax_Application extends Horde_Ajax_Application_Base
      */
     public function GetRemoteInfo($vars)
     {
-        $params = array();
+        $params = array('timeout' => 15);
         if ($user = $vars->username) {
             $params['user'] = $user;
             $params['password'] = $vars->password;