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:
parent
52b14cc559
commit
e2ebcb8c96
1 changed files with 1 additions and 1 deletions
|
@ -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*/
|
||||
|
|
Loading…
Reference in a new issue