From 617dd504a0ba9d696db25ef4031804440fbc6c34 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Sun, 8 Sep 2019 12:01:27 +0200 Subject: [PATCH] distromatic.h: raise the limit of obsoletes from 1024 to 2048 --- 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 ce19b8d..95f453c 100644 --- a/src/include/distromatic.h +++ b/src/include/distromatic.h @@ -11,7 +11,7 @@ #include "globaldefs.h" #include "headerlist.h" -#define OBSOLETE_MAX 1024 +#define OBSOLETE_MAX 2048 struct configDefaults { char *html_basedir;