[Liblas-commits] hg: increase capacity to 1000

liblas-commits at liblas.org liblas-commits at liblas.org
Thu Oct 8 13:11:24 EDT 2009


changeset 62b4f0cbfe30 in /home/www/liblas.org/hg
details: http://hg.liblas.org/main/hg?cmd=changeset;node=62b4f0cbfe30
summary: increase capacity to 1000

diffstat:

 src/index/index.cpp |  2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diffs (12 lines):

diff -r 47dfd6fda70e -r 62b4f0cbfe30 src/index/index.cpp
--- a/src/index/index.cpp	Thu Oct 08 10:24:12 2009 -0500
+++ b/src/index/index.cpp	Thu Oct 08 12:08:42 2009 -0500
@@ -66,7 +66,7 @@
     m_idxType = eExternalIndex;
     m_idxId = 1;
     
-    m_idxCapacity = 100;
+    m_idxCapacity = 1000;
     m_idxLeafCap = 1000;
     m_idxDimension = 3;
     


More information about the Liblas-commits mailing list