--- cvsroot/Coro/myhttpd/access.pl 2001/08/28 02:30:48 1.9 +++ cvsroot/Coro/myhttpd/access.pl 2001/08/30 02:58:17 1.10 @@ -58,7 +58,7 @@ read_blockref; use Tie::Cache; -tie %whois_cache, Tie::Cache::, $::MAX_CONNECTS * 1.5; +tie %whois_cache, Tie::Cache::, 32; sub access_check { my $self = shift;