X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=config.h;h=ac8851a48ad296194dcc33be9be6af1786e34d16;hb=4eeb1971141848bfc2c13c275208a906048a3e25;hp=726792e33f6ceb87c8cfaa160f0c70ccd76dbbb1;hpb=7a48489bbc0cfafdc2a55b0e479454f8d8c965ae;p=blerg.git diff --git a/config.h b/config.h index 726792e..ac8851a 100644 --- a/config.h +++ b/config.h @@ -3,6 +3,10 @@ #define DATA_PATH "data" #define HASH_TAGS_PATH "hash_tags" -#define AUTHOR_TAGS_PATH "author_tags" +#define REF_TAGS_PATH "ref_tags" +#define BASEURL "http://blerg.dominionofawesome.com/" + +#define RECORDS_PER_SEGMENT 65536 +#define MAX_RECORD_SIZE 65535 /* No greater than 65535 */ #endif //_CONFIG_H