summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
Diffstat (limited to 'config.h')
-rw-r--r--config.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.h b/config.h
index a9ac5c3..d7070cf 100644
--- a/config.h
+++ b/config.h
@@ -28,6 +28,6 @@
/* maximum size of a file, rather arbitrary, 2^31 is a current implementation
* limit, before fixing this, the storing and efficiency has to be rethought
* anyway.. */
-#define MAX_FILE_SIZE 1048576
+#define MAX_FILE_SIZE 10485760
#endif