From 1055d894a82b402d4cb45eaf340838c470d5819e Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Sat, 25 Oct 2003 09:51:00 +0000 Subject: [PATCH] We don't need this in v3.0. --- lib/object.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/object.h b/lib/object.h index 34d2e71d..99ff2826 100644 --- a/lib/object.h +++ b/lib/object.h @@ -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; -- 2.39.2