Add tag searching to web API
[blerg.git] / config.h
index 80327ca..f732009 100644 (file)
--- a/config.h
+++ b/config.h
@@ -3,7 +3,7 @@
 
 #define DATA_PATH "data"
 #define HASH_TAGS_PATH "hash_tags"
-#define AUTHOR_TAGS_PATH "author_tags"
+#define REF_TAGS_PATH "ref_tags"
 
 #define RECORDS_PER_SEGMENT 65536
 #define MAX_RECORD_SIZE 65535  /* No greater than 65535 */