Use default cache size of 1 GiB

This commit is contained in:
Joel Rosdahl 2010-02-27 13:30:33 +01:00
parent e281726536
commit 921390869a

View File

@ -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 */