--- loncom/Attic/lonc 2002/03/20 03:42:45 1.33 +++ loncom/Attic/lonc 2002/03/20 03:44:11 1.34 @@ -5,7 +5,7 @@ # provides persistent TCP connections to the other servers in the network # through multiplexed domain sockets # -# $Id: lonc,v 1.33 2002/03/20 03:42:45 foxr Exp $ +# $Id: lonc,v 1.34 2002/03/20 03:44:11 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -330,7 +330,7 @@ while (1) { # anything to read or accept? - foreach $client ($select->can_read(100.0)) { + foreach $client ($select->can_read(00.10)) { if ($client == $server) { # accept a new connection &status("Accept new connection: $conserver");