]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
[buffer] Increase the upper limit on buffer sizes
authorRay Strode <rstrode@redhat.com>
Mon, 10 Aug 2009 18:02:05 +0000 (14:02 -0400)
committerRay Strode <rstrode@redhat.com>
Mon, 10 Aug 2009 18:02:05 +0000 (14:02 -0400)
This should really be configurable per buffer, I think,
but for now set the upper limit to much higher than it is now.

src/libply/ply-buffer.c

index 1a2a54b02cad6d39d40a10df39ba4188bec32d3a..c65634f5f2f2ca14f43a7c5e116f208a73bd78b0 100644 (file)
@@ -43,7 +43,7 @@
 #endif
 
 #ifndef PLY_BUFFER_MAX_BUFFER_CAPACITY
-#define PLY_BUFFER_MAX_BUFFER_CAPACITY (8 * 4096)
+#define PLY_BUFFER_MAX_BUFFER_CAPACITY (255 * 4096)
 #endif
 
 struct _ply_buffer