[LON-CAPA-cvs] cvs: loncom / loncnew

www www@source.lon-capa.org
Mon, 14 Jun 2010 13:29:28 -0000


www		Mon Jun 14 13:29:28 2010 EDT

  Modified files:              
    /loncom	loncnew 
  Log:
  Workaround for Bug #6304, until we have something better that is sufficiently tested.
  
  
Index: loncom/loncnew
diff -u loncom/loncnew:1.88 loncom/loncnew:1.89
--- loncom/loncnew:1.88	Mon Oct  6 10:55:46 2008
+++ loncom/loncnew	Mon Jun 14 13:29:27 2010
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # lonc maintains the connections to remote computers
 #
-# $Id: loncnew,v 1.88 2008/10/06 10:55:46 foxr Exp $
+# $Id: loncnew,v 1.89 2010/06/14 13:29:27 www Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -85,7 +85,7 @@
 
 my $DebugLevel = 0;
 my $NextDebugLevel= 2;		# So Sigint can toggle this.
-my $IdleTimeout= 600;		# Wait 10 minutes before pruning connections.
+my $IdleTimeout= 7200;		# Wait two hours before pruning connections.
 
 my $LogTransactions = 0;	# When True, all transactions/replies get logged.
 my $executable      = $0;	# Get the full path to me.