Commit 8083cad05bd1bb5b96d4363834caceda4ce20c46
1 parent
ab64584996
Exists in
master
distromatic.h: further increase obsolete max number
Showing 2 changed files with 3 additions and 3 deletions Side-by-side Diff
src/include/distromatic.h
src/reports.c
... | ... | @@ -40,8 +40,8 @@ |
40 | 40 | #include <errno.h> |
41 | 41 | #include <time.h> |
42 | 42 | |
43 | -#define HTMLSTATS_NUM 200 | |
44 | -#define HTMLOLDSTATS_NUM 200 | |
43 | +#define HTMLSTATS_NUM 400 | |
44 | +#define HTMLOLDSTATS_NUM 400 | |
45 | 45 | #define RSSSTATS_NUM 20 |
46 | 46 | |
47 | 47 | char *groupdirname(char *group,char *dest,unsigned int max) |