From bc26616b1af435f7c7509ff3f5b70bc3991015b2 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sun, 6 May 2012 12:51:36 +0200 Subject: added mount option blocksize, can be set when creating the filsystem (first write), schema.sql doesn't contain block size information anymore --- config.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3c3b738..57cfba6 100644 --- a/config.h +++ b/config.h @@ -1,3 +1,4 @@ + /* Copyright (C) 2012 Andreas Baumann @@ -24,7 +25,7 @@ /* standard block size, that's the split size for the byta column in data */ -#define STANDARD_BLOCK_SIZE 4096 +#define DEFAULT_BLOCK_SIZE 4096 /* maximum length of a filename , rather arbitrary choice */ -- cgit v1.2.3-54-g00ecf