distromatic.h: further increase obsolete max number
This commit is contained in:
parent
ab64584996
commit
8083cad05b
@ -11,7 +11,7 @@
|
|||||||
#include "globaldefs.h"
|
#include "globaldefs.h"
|
||||||
#include "headerlist.h"
|
#include "headerlist.h"
|
||||||
|
|
||||||
#define OBSOLETE_MAX 4096
|
#define OBSOLETE_MAX 16384
|
||||||
|
|
||||||
struct configDefaults {
|
struct configDefaults {
|
||||||
char *html_basedir;
|
char *html_basedir;
|
||||||
|
@ -40,8 +40,8 @@
|
|||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <time.h>
|
#include <time.h>
|
||||||
|
|
||||||
#define HTMLSTATS_NUM 200
|
#define HTMLSTATS_NUM 400
|
||||||
#define HTMLOLDSTATS_NUM 200
|
#define HTMLOLDSTATS_NUM 400
|
||||||
#define RSSSTATS_NUM 20
|
#define RSSSTATS_NUM 20
|
||||||
|
|
||||||
char *groupdirname(char *group,char *dest,unsigned int max)
|
char *groupdirname(char *group,char *dest,unsigned int max)
|
||||||
|
Loading…
Reference in New Issue
Block a user