From ab64584996ec7b480f4b239fd679d3469fc46d84 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Tue, 17 Sep 2019 16:49:24 +0200 Subject: [PATCH] distromatic.h: OBSOLETE_MAX: further increased from 2048 to 4096 --- src/include/distromatic.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/include/distromatic.h b/src/include/distromatic.h index 95f453c..5d502b1 100644 --- a/src/include/distromatic.h +++ b/src/include/distromatic.h @@ -11,7 +11,7 @@ #include "globaldefs.h" #include "headerlist.h" -#define OBSOLETE_MAX 2048 +#define OBSOLETE_MAX 4096 struct configDefaults { char *html_basedir;