[LON-CAPA-cvs] cvs: loncom / LondConnection.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 10 Apr 2007 23:15:20 -0000
albertel Tue Apr 10 19:15:20 2007 EDT
Modified files:
/loncom LondConnection.pm
Log:
- restore old timeout value
Index: loncom/LondConnection.pm
diff -u loncom/LondConnection.pm:1.45 loncom/LondConnection.pm:1.46
--- loncom/LondConnection.pm:1.45 Mon Apr 2 21:08:05 2007
+++ loncom/LondConnection.pm Tue Apr 10 19:15:20 2007
@@ -1,7 +1,7 @@
# This module defines and implements a class that represents
# a connection to a lond daemon.
#
-# $Id: LondConnection.pm,v 1.45 2007/04/03 01:08:05 albertel Exp $
+# $Id: LondConnection.pm,v 1.46 2007/04/10 23:15:20 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -184,7 +184,7 @@
TimeoutCallback => undef,
TransitionCallback => undef,
Timeoutable => 0,
- TimeoutValue => 3,
+ TimeoutValue => 30,
TimeoutRemaining => 0,
LocalKeyFile => "",
CipherKey => "",