From: Eric Bollengier Date: Wed, 28 Sep 2022 09:01:38 +0000 (+0200) Subject: Extend the Metadata email search parameters to 512 bytes X-Git-Tag: Beta-15.0.0~496 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5ce93b838fd206eb88b8cb465573a6f830720c2f;p=thirdparty%2Fbacula.git Extend the Metadata email search parameters to 512 bytes --- diff --git a/bacula/src/cats/cats.h b/bacula/src/cats/cats.h index 859c3c14e..7d03da315 100644 --- a/bacula/src/cats/cats.h +++ b/bacula/src/cats/cats.h @@ -642,7 +642,7 @@ public: /* Used to search in MetaEmail and MetaAttachment table */ -#define MAX_SEARCH_LENGTH 256 +#define MAX_SEARCH_LENGTH 512 #define MAX_SEARCH_LENGTH_ESCAPED (MAX_SEARCH_LENGTH * 2 + 1) class META_DBR: public SMARTALLOC