--- loncom/lonnet/perl/lonnet.pm 2003/10/30 20:22:00 1.436 +++ loncom/lonnet/perl/lonnet.pm 2003/10/30 22:52:25 1.437 @@ -1,7 +1,7 @@ # The LearningOnline Network # TCP networking package # -# $Id: lonnet.pm,v 1.436 2003/10/30 20:22:00 albertel Exp $ +# $Id: lonnet.pm,v 1.437 2003/10/30 22:52:25 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -367,7 +367,7 @@ sub userload { while ($filename=readdir(LONIDS)) { if ($filename eq '.' || $filename eq '..') {next;} my ($mtime)=(stat($perlvar{'lonIDsDir'}.'/'.$filename))[9]; - if ($curtime-$mtime < 3600) { $numusers++; } + if ($curtime-$mtime < 1800) { $numusers++; } } closedir(LONIDS); }