From 45479f641cf92aa05ca61bbcfef512b95a1b9062 Mon Sep 17 00:00:00 2001 From: chuckr Date: Wed, 21 Jun 2000 13:34:16 +0000 Subject: Doubling the size of MAXSIZE because of large delta indigestion. Submitted by: Stefan Esser. --- usr.sbin/ctm/ctm/ctm.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usr.sbin/ctm') diff --git a/usr.sbin/ctm/ctm/ctm.h b/usr.sbin/ctm/ctm/ctm.h index 437672f..b4ed57a 100644 --- a/usr.sbin/ctm/ctm/ctm.h +++ b/usr.sbin/ctm/ctm/ctm.h @@ -26,7 +26,7 @@ #include #define VERSION "2.0" -#define MAXSIZE (1024*1024*10) +#define MAXSIZE (1024*1024*20) #define SUBSUFF ".ctm" #define TMPSUFF ".ctmtmp" -- cgit v1.1