distromatic.h: further increase obsolete max number

This commit is contained in:
Silvan Calarco 2020-03-30 21:28:55 +02:00
parent ab64584996
commit 8083cad05b
2 changed files with 3 additions and 3 deletions

View File

@ -11,7 +11,7 @@
#include "globaldefs.h"
#include "headerlist.h"
#define OBSOLETE_MAX 4096
#define OBSOLETE_MAX 16384
struct configDefaults {
char *html_basedir;

View File

@ -40,8 +40,8 @@
#include <errno.h>
#include <time.h>
#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)