From: Casey Dahlin Date: Tue, 5 Aug 2008 19:41:06 +0000 (-0400) Subject: Increase logger max injection size X-Git-Tag: 0.6.0~223 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89a852cefb21371ff33c91e793bfb26b459028bb;p=thirdparty%2Fplymouth.git Increase logger max injection size --- diff --git a/src/libply/ply-logger.c b/src/libply/ply-logger.c index 909043a4..22f72336 100644 --- a/src/libply/ply-logger.c +++ b/src/libply/ply-logger.c @@ -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