Increased maximum line count of columns to 1^9

This commit is contained in:
Celine Mercier
2015-11-23 13:23:18 +01:00
parent 6aa2f92930
commit 08f2657e18

View File

@ -34,7 +34,7 @@
*/
#define COLUMN_GROWTH_FACTOR (2) /**< The growth factor when a column is enlarged.
*/
#define MAXIMUM_LINE_COUNT (1000000) /**< The maximum line count for the data of a column. //TODO
#define MAXIMUM_LINE_COUNT (1000000000) /**< The maximum line count for the data of a column. //TODO
*/
#define FORMATTED_TIME_LENGTH (1024) /**< The length allocated for the character string containing a formatted date.
*/