summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-10 12:24:38 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-10 12:24:38 +0200
commit489d33cf4e2f406c6b8b433797f51b75ef4c94eb (patch)
treef8695bba98f9ee8d141a49fe77b4982816da3867 /config.h
parent497eb876385fd52c0f6e2433ead8240147f5a8a4 (diff)
downloadpgfuse-489d33cf4e2f406c6b8b433797f51b75ef4c94eb.tar.gz
pgfuse-489d33cf4e2f406c6b8b433797f51b75ef4c94eb.tar.bz2
10 mb
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