From 921390869ad9a5c2961f93683772be4b82a5b569 Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sat, 27 Feb 2010 13:30:33 +0100 Subject: [PATCH] Use default cache size of 1 GiB --- stats.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */