--- loncom/loncnew 2010/12/20 11:31:52 1.91 +++ loncom/loncnew 2010/12/21 11:17:03 1.92 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # lonc maintains the connections to remote computers # -# $Id: loncnew,v 1.91 2010/12/20 11:31:52 foxr Exp $ +# $Id: loncnew,v 1.92 2010/12/21 11:17:03 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -441,7 +441,8 @@ Trigger disconnections of idle sockets. sub SetupTimer { Debug(6, "SetupTimer"); - Event->timer(interval => 1, cb => \&Tick ); + Event->timer(interval => 1, cb => \&Tick, + hard => 1); } =pod