--- loncom/loncnew 2004/06/17 22:37:06 1.49 +++ loncom/loncnew 2004/07/02 09:28:14 1.50 @@ -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 $ClientConnection = 0; # Uniquifier f 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.