]> mj.ucw.cz Git - libucw.git/commitdiff
We don't need this in v3.0.
authorMartin Mares <mj@ucw.cz>
Sat, 25 Oct 2003 09:51:00 +0000 (09:51 +0000)
committerMartin Mares <mj@ucw.cz>
Sat, 25 Oct 2003 09:51:00 +0000 (09:51 +0000)
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;