tags must be preceeded by whitespace or start at the beginning of the record
[blerg.git] / config.h
index 9a16246..b363206 100644 (file)
--- a/config.h
+++ b/config.h
@@ -10,4 +10,7 @@
 #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