From 9fc6868341f3c48ecd5199378a54d4bead558068 Mon Sep 17 00:00:00 2001 From: Celine Mercier Date: Wed, 4 Oct 2017 16:10:53 +0200 Subject: [PATCH] Increased maximum length for elements names --- src/obidmscolumn.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/obidmscolumn.h b/src/obidmscolumn.h index 5687cd6..f8863db 100644 --- a/src/obidmscolumn.h +++ b/src/obidmscolumn.h @@ -28,9 +28,9 @@ #include "obiblob_indexer.h" -#define ELEMENTS_NAMES_MAX (10240) /**< The maximum length of the list of elements names. // TODO Discuss +#define ELEMENTS_NAMES_MAX (20480) /**< The maximum length of the list of elements names. // TODO Discuss */ -#define NB_ELTS_MAX_IF_DEFAULT_NAME (10240) /**< The maximum number of elements per line if the default element names +#define NB_ELTS_MAX_IF_DEFAULT_NAME (20480) /**< The maximum number of elements per line if the default element names * are used ("0\01\02\0...\0n"), considering ELEMENTS_NAMES_MAX. // TODO not up to date */ #define COLUMN_GROWTH_FACTOR (2) /**< The growth factor when a column is enlarged.