From ab0095940796152f171d2de4fbd60ecc6ed433c3 Mon Sep 17 00:00:00 2001 From: Linus Torvalds Date: Sat, 10 Jun 2006 22:58:05 +0200 Subject: [PATCH] Increase log-length limit to 64kB Yeah, it should be dynamic. I'm lazy. --- cvsps_types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cvsps_types.h b/cvsps_types.h index b41e2a9..dba145d 100644 --- a/cvsps_types.h +++ b/cvsps_types.h @@ -8,7 +8,7 @@ #include -#define LOG_STR_MAX 32768 +#define LOG_STR_MAX 65536 #define AUTH_STR_MAX 64 #define REV_STR_MAX 64 #define MIN(a, b) ((a) < (b) ? (a) : (b)) -- 2.11.4.GIT