From 33e10221f515899116faa30f0d79d34b5f0bfff6 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Wed, 18 Apr 2012 20:49:27 +0200 Subject: got a first working version without a maxsize limit --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') diff --git a/config.h b/config.h index 3e3bd65..32c4f3a 100644 --- a/config.h +++ b/config.h @@ -22,7 +22,7 @@ #define PGFUSE_VERSION "0.0.1" -/* standard block size, rather a simulation currently */ +/* standard block size, that's the split size for the byta column in data */ #define STANDARD_BLOCK_SIZE 512 -- cgit v1.2.3-54-g00ecf