fix sh/mydx, add back qra sq for sh/dxgrid
[spider.git] / perl / Prefix.pm
index 37afddf7c075e7d00efefb143e0585d4b58bdc2f..659178fbbd09c5b86d3bcd7cc92d370cc9c973f3 100644 (file)
@@ -26,7 +26,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 = 10000;                              # size of prefix LRU cache
 
 sub init
 {