increase LRU cache sizes
[spider.git] / perl / Prefix.pm
index a07ebdbdde8ff5dc8fd727bd5784829b1729001c..10559711961130312a3829198c64bce1daa6372f 100644 (file)
@@ -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);