11 lines
369 B
Diff
11 lines
369 B
Diff
+++ src/lib/glucose/utils/ParseUtils.h 2014-10-31 10:40:41.409180338 +0100
|
|
@@ -32,7 +32,7 @@ namespace Glucose {
|
|
//-------------------------------------------------------------------------------------------------
|
|
// A simple buffered character stream class:
|
|
|
|
-static const int buffer_size = 1048576;
|
|
+static const int buffer_size = 1024*4;
|
|
|
|
|
|
class StreamBuffer {
|