Mercurial > hg > audiodb
diff lshlib.h @ 464:f283448a40db
feature DIM upper limit changed. Needed for working with very large data sets
author | mas01mc |
---|---|
date | Tue, 30 Dec 2008 17:16:02 +0000 |
parents | 223a5994a962 |
children | f9d86b1db21c |
line wrap: on
line diff
--- a/lshlib.h Tue Dec 23 20:41:58 2008 +0000 +++ b/lshlib.h Tue Dec 30 17:16:02 2008 +0000 @@ -60,7 +60,7 @@ #define O2_SERIAL_MAX_TABLES (200) #define O2_SERIAL_MAX_ROWS (1000000000) #define O2_SERIAL_MAX_COLS (1000000) -#define O2_SERIAL_MAX_DIM (2000) +#define O2_SERIAL_MAX_DIM (20000) #define O2_SERIAL_MAX_FUNS (100) #define O2_SERIAL_MAX_BINWIDTH (200) #define O2_SERIAL_MAXFILESIZE (4000000000UL)