Mercurial > hg > audiodb
changeset 7:bd6bb994081b
moved TODO to docs, increased default database size to 2GB
author | mas01mc |
---|---|
date | Tue, 24 Jul 2007 15:36:07 +0000 |
parents | 95bd04a52b28 |
children | 12be3560ff0f |
files | TODO.txt audioDB.h |
diffstat | 2 files changed, 2 insertions(+), 11 deletions(-) [+] |
line wrap: on
line diff
--- a/TODO.txt Mon Jul 23 17:22:29 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,9 +0,0 @@ - -audioDB FIXME: - -command line processing: need better syntax for commands -interactive shell processing: make a query shell - -zero-length input: do something sensible with null files - -
--- a/audioDB.h Mon Jul 23 17:22:29 2007 +0000 +++ b/audioDB.h Tue Jul 24 15:36:07 2007 +0000 @@ -119,8 +119,8 @@ #define O2_DEFAULT_POINTNN (10U) #define O2_DEFAULT_SEGNN (10U) -//#define O2_DEFAULTDBSIZE (2000000000) // 2GB table size -#define O2_DEFAULTDBSIZE (1000000000U) // 1GB table size +#define O2_DEFAULTDBSIZE (2000000000) // 2GB table size +//#define O2_DEFAULTDBSIZE (1000000000U) // 1GB table size //#define O2_MAXFILES (1000000) #define O2_MAXFILES (10000U) // 10,000 files