write rbncache in raw json unless set/deb rbncache
[spider.git] / perl / Prefix.pm
index 659178fbbd09c5b86d3bcd7cc92d370cc9c973f3..2fab0e0b4f9437812f5737a77034c8b815f36955 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 = 10000;                              # size of prefix LRU cache
+$lrusize = 5000;                               # size of prefix LRU cache
 
 sub init
 {