X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FPrefix.pm;h=10559711961130312a3829198c64bce1daa6372f;hb=495754374538208a483b10e947ed181bfa3f2d8e;hp=a07ebdbdde8ff5dc8fd727bd5784829b1729001c;hpb=f87323c2926605792ee02b84783d8f3d4dbd605f;p=spider.git diff --git a/perl/Prefix.pm b/perl/Prefix.pm index a07ebdbd..10559711 100644 --- a/perl/Prefix.pm +++ b/perl/Prefix.pm @@ -30,7 +30,7 @@ $db = undef; # the DB_File handle %prefix_loc = (); # the meat of the info %pre = (); # the prefix list $hits = $misses = $matchtotal = 1; # cache stats -$lrusize = 1000; # size of prefix LRU cache +$lrusize = 2000; # size of prefix LRU cache $lru = LRU->newbase('Prefix', $lrusize);