[LON-CAPA-cvs] cvs: loncom / loncnew
foxr
foxr@source.lon-capa.org
Thu, 20 Jan 2011 11:19:38 -0000
foxr Thu Jan 20 11:19:38 2011 EDT
Modified files:
/loncom loncnew
Log:
Decrease the idle timeout to 5min...improve comment on how to set that
value.
Index: loncom/loncnew
diff -u loncom/loncnew:1.93 loncom/loncnew:1.94
--- loncom/loncnew:1.93 Mon Jan 10 12:23:00 2011
+++ loncom/loncnew Thu Jan 20 11:19:37 2011
@@ -2,7 +2,7 @@
# The LearningOnline Network with CAPA
# lonc maintains the connections to remote computers
#
-# $Id: loncnew,v 1.93 2011/01/10 12:23:00 foxr Exp $
+# $Id: loncnew,v 1.94 2011/01/20 11:19:37 foxr 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= 7200; # Wait two hours before pruning connections.
+my $IdleTimeout= 5*60; # Seconds to wait prior to pruning connections.
my $LogTransactions = 0; # When True, all transactions/replies get logged.
my $executable = $0; # Get the full path to me.