[LON-CAPA-cvs] cvs: loncom / LondConnection.pm

raeburn raeburn@source.lon-capa.org
Thu, 11 Nov 2010 15:01:13 -0000


raeburn		Thu Nov 11 15:01:13 2010 EDT

  Modified files:              
    /loncom	LondConnection.pm 
  Log:
  - Bug 6377.  Revert TimeoutValue to 30 s.
  
  
Index: loncom/LondConnection.pm
diff -u loncom/LondConnection.pm:1.48 loncom/LondConnection.pm:1.49
--- loncom/LondConnection.pm:1.48	Tue Jul  6 07:48:38 2010
+++ loncom/LondConnection.pm	Thu Nov 11 15:01:13 2010
@@ -1,7 +1,7 @@
 #   This module defines and implements a class that represents
 #   a connection to a lond daemon.
 #
-# $Id: LondConnection.pm,v 1.48 2010/07/06 07:48:38 droeschl Exp $
+# $Id: LondConnection.pm,v 1.49 2010/11/11 15:01:13 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -184,7 +184,7 @@
                      TimeoutCallback    => undef,
                      TransitionCallback => undef,
                      Timeoutable        => 0,
-                     TimeoutValue       => 300,
+                     TimeoutValue       => 30,
                      TimeoutRemaining   => 0,
 		     LocalKeyFile       => "",
                      CipherKey          => "",