From 497eb876385fd52c0f6e2433ead8240147f5a8a4 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Tue, 10 Apr 2012 12:22:22 +0200 Subject: increased file limit to 1MB --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 8795ef6..a9ac5c3 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 65535 +#define MAX_FILE_SIZE 1048576 #endif -- cgit v1.2.3-54-g00ecf