diff --git a/JSONparseCore.cpp b/JSONparseCore.cpp index 5bcd52f..354e767 100644 --- a/JSONparseCore.cpp +++ b/JSONparseCore.cpp @@ -228,7 +228,7 @@ bool CJSONparse::ReadFromHandle( const char * BasePath, int Handle, bool pRefill InputHandle = Handle; // Load Buffer - CreateBuffer( 50 ); + CreateBuffer( 500 ); if (!FillBuffer()) { Error = true; sprintf( ErrorText, "Could not read from file" );