X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;f=config.h;h=b3632068d39c3acfd009c05634dc6b15b7577616;hb=2d498144a3a655c1fd4e54b9e9d61d1c3eb82206;hp=ac8851a48ad296194dcc33be9be6af1786e34d16;hpb=4eeb1971141848bfc2c13c275208a906048a3e25;p=blerg.git diff --git a/config.h b/config.h index ac8851a..b363206 100644 --- a/config.h +++ b/config.h @@ -5,8 +5,12 @@ #define HASH_TAGS_PATH "hash_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