From: Paul Ramsey Date: Thu, 25 Mar 2010 05:11:20 +0000 (+0000) Subject: Make the default size more reasonable again. X-Git-Tag: 2.0.0alpha1~3089 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f6dd102bcf1bc61169f64b32635cb156f4805adc;p=postgis Make the default size more reasonable again. git-svn-id: http://svn.osgeo.org/postgis/trunk@5463 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/liblwgeom/stringbuffer.h b/liblwgeom/stringbuffer.h index a080d3c42..e4dbcf8da 100644 --- a/liblwgeom/stringbuffer.h +++ b/liblwgeom/stringbuffer.h @@ -42,7 +42,7 @@ #include #include -#define STRINGBUFFER_STARTSIZE 16 +#define STRINGBUFFER_STARTSIZE 128 typedef struct {