mirror of
https://github.com/freebsd/freebsd-src.git
synced 2024-11-30 15:12:44 +00:00
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.
This commit is contained in:
parent
f3bef032de
commit
4555c95d7d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=72691
@ -26,7 +26,7 @@
|
||||
#include <sys/time.h>
|
||||
|
||||
#define VERSION "2.0"
|
||||
#define MAXSIZE (1024*1024*20)
|
||||
#define MAXSIZE (1024*1024*40)
|
||||
|
||||
#define SUBSUFF ".ctm"
|
||||
#define TMPSUFF ".ctmtmp"
|
||||
|
Loading…
Reference in New Issue
Block a user