summaryrefslogtreecommitdiff
path: root/config.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2012-04-20 11:09:02 +0200
committerAndreas Baumann <abaumann@yahoo.com>2012-04-20 11:09:02 +0200
commit7b6fc96d7710b1467420a548a7ae7b1e9b7b56fa (patch)
tree46bf833c57aaae9720084b107cd2f4f7e3a1fc84 /config.h
parentc6ed5885ba8841a746c98a79635998c8890e73f1 (diff)
downloadpgfuse-7b6fc96d7710b1467420a548a7ae7b1e9b7b56fa.tar.gz
pgfuse-7b6fc96d7710b1467420a548a7ae7b1e9b7b56fa.tar.bz2
fixed some nasty bugs
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 60f8a39..3c3b738 100644
--- a/config.h
+++ b/config.h
@@ -24,7 +24,7 @@
/* standard block size, that's the split size for the byta column in data */
-#define STANDARD_BLOCK_SIZE 512
+#define STANDARD_BLOCK_SIZE 4096
/* maximum length of a filename , rather arbitrary choice */