mirror of
https://github.com/opnsense/src.git
synced 2026-06-14 19:20:18 -04: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
1 changed files with 1 additions and 1 deletions
|
|
@ -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 a new issue