tags must be preceeded by whitespace or start at the beginning of the record
[blerg.git] / config.h
1 #ifndef _CONFIG_H
2 #define _CONFIG_H
3
4 #define DATA_PATH "data"
5 #define HASH_TAGS_PATH "hash_tags"
6 #define REF_TAGS_PATH "ref_tags"
7 #define BASEURL "http://blerg.dominionofawesome.com/"
8 #define HTTP_BLERG_PORT 8080
9
10 #define RECORDS_PER_SEGMENT 65536
11 #define MAX_RECORD_SIZE 65535  /* No greater than 65535 */
12
13 #define MAX_TAG_LENGTH 64
14 #define MAX_TAGS_PER_RECORD 1024
15
16 #endif //_CONFIG_H