summaryrefslogtreecommitdiff
path: root/src/cache.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/cache.c')
-rw-r--r--src/cache.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/cache.c b/src/cache.c
index c178b8b3..4786a627 100644
--- a/src/cache.c
+++ b/src/cache.c
@@ -44,7 +44,7 @@
/* Maximun initial size for the automatically-growing data buffer */
#define MAX_INIT_BUF 1024*1024
/* Maximum filesize for a URL, before offering a download */
-#define HUGE_FILESIZE 5*1024*1024
+#define HUGE_FILESIZE 15*1024*1024
/*
* Local data types