mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-15 14:56:13 +01:00
Doubling the size of MAXSIZE because of large delta indigestion.
Submitted by: Stefan Esser.
This commit is contained in:
parent
f993b89d5d
commit
5137a3d9a9
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=61901
@ -26,7 +26,7 @@
|
||||
#include <sys/time.h>
|
||||
|
||||
#define VERSION "2.0"
|
||||
#define MAXSIZE (1024*1024*10)
|
||||
#define MAXSIZE (1024*1024*20)
|
||||
|
||||
#define SUBSUFF ".ctm"
|
||||
#define TMPSUFF ".ctmtmp"
|
||||
|
Loading…
Reference in New Issue
Block a user