From 393b810f1365f8fdcf3cece73167412c786806e0 Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Wed, 7 Jul 2010 19:31:54 +0200 Subject: [PATCH] Up maximum block size to 20M --- bacula/src/stored/block.h | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/bacula/src/stored/block.h b/bacula/src/stored/block.h index 137914237b..326a13466a 100644 --- a/bacula/src/stored/block.h +++ b/bacula/src/stored/block.h @@ -1,7 +1,7 @@ /* Bacula® - The Network Backup Solution - Copyright (C) 2000-2007 Free Software Foundation Europe e.V. + Copyright (C) 2000-2010 Free Software Foundation Europe e.V. The main author of Bacula is Kern Sibbald, with contributions from many others, a complete list can be found in the file AUTHORS. @@ -30,15 +30,13 @@ * * Kern Sibbald, MM * - * Version $Id$ - * */ #ifndef __BLOCK_H #define __BLOCK_H 1 -#define MAX_BLOCK_LENGTH 2000000 /* this is a sort of sanity check */ +#define MAX_BLOCK_LENGTH 20000000 /* this is a sort of sanity check */ #define DEFAULT_BLOCK_SIZE (512 * 126) /* 64,512 N.B. do not use 65,636 here */ /* Block Header definitions. */ -- 2.39.5