summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-10 12:22:22 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-10 12:22:22 +0200
commit497eb876385fd52c0f6e2433ead8240147f5a8a4 (patch)
treef5237ea5c1d72997553eb0540e63ea61eb957af4 /config.h
parent4400acc2f11741f3177d1ed477c87f0663d61090 (diff)
downloadpgfuse-497eb876385fd52c0f6e2433ead8240147f5a8a4.tar.gz
pgfuse-497eb876385fd52c0f6e2433ead8240147f5a8a4.tar.bz2
increased file limit to 1MB
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 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