From 7b6fc96d7710b1467420a548a7ae7b1e9b7b56fa Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Fri, 20 Apr 2012 11:09:02 +0200 Subject: fixed some nasty bugs --- config.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config.h') 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 */ -- cgit v1.2.3-54-g00ecf