--- loncom/loncnew	2008/10/06 10:55:46	1.88
+++ loncom/loncnew	2010/06/14 13:29:27	1.89
@@ -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 $ClientConnection = 0;	# Uniquifier f
 
 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.