From: Kern Sibbald Date: Thu, 22 Mar 2007 09:13:52 +0000 (+0000) Subject: Temporarily turn off batch insert by default X-Git-Tag: Release-7.0.0~6742 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=8ced21b8e296a865acbcf9abdd7e0e9be8989f93;p=bacula%2Fbacula Temporarily turn off batch insert by default git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@4382 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/version.h b/bacula/src/version.h index 53ed062551..e3c9c0e88e 100644 --- a/bacula/src/version.h +++ b/bacula/src/version.h @@ -56,7 +56,7 @@ /* Turn on the following flag to enable batch attribute inserts * in the catalog. This gives a large speedup. */ -#define HAVE_BATCH_FILE_INSERT 1 +/* #define HAVE_BATCH_FILE_INSERT 1 */ /* Debug flags not normally turned on */