From b07261d9bb6b390f9a03267cf8faadeeb6d815f5 Mon Sep 17 00:00:00 2001 From: mckay Date: Mon, 19 Feb 2001 12:04:46 +0000 Subject: There is an arbitrary file size limit in ctm of 20MB. By my reckoning, ports/INDEX,v is currently 19.97MB and will blow this limit on the next update. Let's try doubling the limit again, to give us time to get around to removing the limit altogether. --- 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 b4ed57a..5ab558d 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*20) +#define MAXSIZE (1024*1024*40) #define SUBSUFF ".ctm" #define TMPSUFF ".ctmtmp" -- cgit v1.1