X-Git-Url: http://git.bytex64.net/?a=blobdiff_plain;ds=sidebyside;f=config.h;h=80327caa5e572de6dd88ec1068458818c871eb68;hb=4755aca02762c23967027d6b57a94f3c6adcc684;hp=726792e33f6ceb87c8cfaa160f0c70ccd76dbbb1;hpb=7a48489bbc0cfafdc2a55b0e479454f8d8c965ae;p=blerg.git diff --git a/config.h b/config.h index 726792e..80327ca 100644 --- a/config.h +++ b/config.h @@ -5,4 +5,7 @@ #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