X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FPrefix.pm;h=10559711961130312a3829198c64bce1daa6372f;hb=76b23ebfd5384033ecefd8bed4babfeb12d103e9;hp=a07ebdbdde8ff5dc8fd727bd5784829b1729001c;hpb=0f5b89524c760b174f9788bdd1f1b4bed3aa9e2d;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);