X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=config.h;h=80327caa5e572de6dd88ec1068458818c871eb68;hb=fff174451c104dd5dab4517a71b660263ffd8b4e;hp=c3b86106da46ac3a7846aee5889bac49374de132;hpb=c18e5d36dc4788195df4bdaf536efde3a1a3d780;p=blerg.git diff --git a/config.h b/config.h index c3b8610..80327ca 100644 --- a/config.h +++ b/config.h @@ -2,5 +2,10 @@ #define _CONFIG_H #define DATA_PATH "data" +#define HASH_TAGS_PATH "hash_tags" +#define AUTHOR_TAGS_PATH "author_tags" + +#define RECORDS_PER_SEGMENT 65536 +#define MAX_RECORD_SIZE 65535 /* No greater than 65535 */ #endif //_CONFIG_H