]> git.sur5r.net Git - bacula/bacula/commitdiff
Up maximum block size to 20M
authorKern Sibbald <kern@sibbald.com>
Wed, 7 Jul 2010 17:31:54 +0000 (19:31 +0200)
committerEric Bollengier <eric@eb.homelinux.org>
Mon, 2 Aug 2010 14:53:57 +0000 (16:53 +0200)
bacula/src/stored/block.h

index 137914237b981645ee9ea2cc439d05cee1bbdd3d..326a13466a7f8d48850913e0355fbff1d52f8c74 100644 (file)
@@ -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.
  *
  *    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. */