X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=config.h;h=b3632068d39c3acfd009c05634dc6b15b7577616;hb=21db04ef3e4f66d7b5c4c9be2be36703b18cbcaa;hp=726792e33f6ceb87c8cfaa160f0c70ccd76dbbb1;hpb=7a48489bbc0cfafdc2a55b0e479454f8d8c965ae;p=blerg.git diff --git a/config.h b/config.h index 726792e..b363206 100644 --- a/config.h +++ b/config.h @@ -3,6 +3,14 @@ #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 HTTP_BLERG_PORT 8080 + +#define RECORDS_PER_SEGMENT 65536 +#define MAX_RECORD_SIZE 65535 /* No greater than 65535 */ + +#define MAX_TAG_LENGTH 64 +#define MAX_TAGS_PER_RECORD 1024 #endif //_CONFIG_H