Fix latest posts and tags on the welcome screen
[blerg.git] / config.h
index 1b5e49d..b363206 100644 (file)
--- a/config.h
+++ b/config.h
@@ -2,6 +2,15 @@
 #define _CONFIG_H
 
 #define DATA_PATH "data"
-#define TAGS_PATH "tags"
+#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