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

albertel lon-capa-cvs@mail.lon-capa.org
Fri, 02 Jul 2004 09:28:14 -0000


albertel		Fri Jul  2 05:28:14 2004 EDT

  Modified files:              
    /loncom	loncnew 
  Log:
  
  - many firewalls out there drop idle tcp connections that have been idl for 10 minutes or more.
  
  
  
Index: loncom/loncnew
diff -u loncom/loncnew:1.49 loncom/loncnew:1.50
--- loncom/loncnew:1.49	Thu Jun 17 18:37:06 2004
+++ loncom/loncnew	Fri Jul  2 05:28:14 2004
@@ -2,7 +2,7 @@
 # The LearningOnline Network with CAPA
 # lonc maintains the connections to remote computers
 #
-# $Id: loncnew,v 1.49 2004/06/17 22:37:06 foxr Exp $
+# $Id: loncnew,v 1.50 2004/07/02 09:28:14 albertel Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -82,7 +82,7 @@
 
 my $DebugLevel = 0;
 my $NextDebugLevel= 2;		# So Sigint can toggle this.
-my $IdleTimeout= 3600;		# Wait an hour before pruning connections.
+my $IdleTimeout= 600;		# Wait 10 minutes before pruning connections.
 
 my $LogTransactions = 0;	# When True, all transactions/replies get logged.