]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Increase logger max injection size
authorCasey Dahlin <cdahlin@redhat.com>
Tue, 5 Aug 2008 19:41:06 +0000 (15:41 -0400)
committerRay Strode <rstrode@redhat.com>
Tue, 5 Aug 2008 20:31:47 +0000 (16:31 -0400)
src/libply/ply-logger.c

index 909043a44d1d90ff9458f57906777cb66b13134f..22f7233683739ca7c6a0ec2b46b78da1c77d1386 100644 (file)
@@ -43,7 +43,7 @@
 #endif
 
 #ifndef PLY_LOGGER_MAX_INJECTION_SIZE
-#define PLY_LOGGER_MAX_INJECTION_SIZE 1024
+#define PLY_LOGGER_MAX_INJECTION_SIZE 4096
 #endif 
 
 #ifndef PLY_LOGGER_MAX_BUFFER_CAPACITY