diff --git a/stats.c b/stats.c index 2dd69f4..27d304a 100644 --- a/stats.c +++ b/stats.c @@ -35,7 +35,7 @@ extern char *cache_dir; /* default maximum cache size */ #ifndef DEFAULT_MAXSIZE -#define DEFAULT_MAXSIZE (1000*1000) +#define DEFAULT_MAXSIZE (1024*1024) #endif #define FLAG_NOZERO 1 /* don't zero with the -z option */