]> granicus.if.org Git - postgis/commitdiff
Expand size of generic cache to allow future
authorPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 7 Feb 2013 20:49:19 +0000 (20:49 +0000)
committerPaul Ramsey <pramsey@cleverelephant.ca>
Thu, 7 Feb 2013 20:49:19 +0000 (20:49 +0000)
pointcloud cache to sneak into it if necessary

git-svn-id: http://svn.osgeo.org/postgis/trunk@11085 b70326c6-7e19-0410-871a-916f4a2858ee

libpgcommon/lwgeom_cache.h

index 115b212289c0888f8c45a2a126f08bcb84d35321..bc05067beda4f305e1ea1df367990691a6dc2e6d 100644 (file)
@@ -27,7 +27,7 @@
 #define CIRC_CACHE_ENTRY 3
 #define RECT_CACHE_ENTRY 4
 
-#define NUM_CACHE_ENTRIES 5
+#define NUM_CACHE_ENTRIES 16
 
 
 /*