Cache increase.

Thi is used only in CachedNodes which is used when creating rTrees,
should have no effect on OsmAnd app.
This commit is contained in:
Pavol Zibrita 2011-09-13 01:49:32 +02:00
parent 52b14cc559
commit e2ebcb8c96

View file

@ -53,7 +53,7 @@ public class Node implements Cloneable //can be made abstract if leaf and non le
These observations shold hold good for query building as well. But it is no harm to give large caches
for query building.
*/
public final static int CACHE_SIZE = 250;
public final static int CACHE_SIZE = 100000;
/**bytes*/
final static int NODE_HDR_SIZE = 20;//16;
/**2 kBytes - will include the file header and the stack*/