From 8083cad05bd1bb5b96d4363834caceda4ce20c46 Mon Sep 17 00:00:00 2001 From: Silvan Calarco Date: Mon, 30 Mar 2020 21:28:55 +0200 Subject: [PATCH] distromatic.h: further increase obsolete max number --- src/include/distromatic.h | 2 +- src/reports.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/include/distromatic.h b/src/include/distromatic.h index 5d502b1..4c6e26c 100644 --- a/src/include/distromatic.h +++ b/src/include/distromatic.h @@ -11,7 +11,7 @@ #include "globaldefs.h" #include "headerlist.h" -#define OBSOLETE_MAX 4096 +#define OBSOLETE_MAX 16384 struct configDefaults { char *html_basedir; diff --git a/src/reports.c b/src/reports.c index 64f3dc0..929de35 100644 --- a/src/reports.c +++ b/src/reports.c @@ -40,8 +40,8 @@ #include #include -#define HTMLSTATS_NUM 200 -#define HTMLOLDSTATS_NUM 200 +#define HTMLSTATS_NUM 400 +#define HTMLOLDSTATS_NUM 400 #define RSSSTATS_NUM 20 char *groupdirname(char *group,char *dest,unsigned int max)