reports: increase to 200 (from 100) recent and oldest packages html output lines

This commit is contained in:
Silvan Calarco 2014-06-14 12:46:33 +02:00
parent 11e2a198e5
commit ee2f7c4a89

View File

@ -40,8 +40,8 @@
#include <errno.h>
#include <time.h>
#define HTMLSTATS_NUM 100
#define HTMLOLDSTATS_NUM 100
#define HTMLSTATS_NUM 200
#define HTMLOLDSTATS_NUM 200
#define RSSSTATS_NUM 20
char *groupdirname(char *group,char *dest,unsigned int max)