]> mj.ucw.cz Git - libucw.git/blobdiff - lib/object.h
I decided to turn off cf/url-equiv for indexation. however, after the indexer
[libucw.git] / lib / object.h
index 34d2e71d9aa36dfba85a6e69587bc6ef3e505523..99ff28263164aaa96b3eb6e3fc4b4698c03906bf 100644 (file)
@@ -10,8 +10,7 @@
 #ifndef _SHERLOCK_OBJECT_H
 #define _SHERLOCK_OBJECT_H
 
-/* FIXME: Buggy objects with long attributes still exist in old databases. Decrease to 1024 one day. */
-#define MAX_ATTR_SIZE 4096             /* Maximum length an attribute can ever have (including name and trailing 0) */
+#define MAX_ATTR_SIZE 1024             /* Maximum length an attribute can ever have (including name and trailing 0) */
 
 struct fastbuf;