]> git.ipfire.org Git - thirdparty/bacula.git/commitdiff
Extend the Metadata email search parameters to 512 bytes
authorEric Bollengier <eric@baculasystems.com>
Wed, 28 Sep 2022 09:01:38 +0000 (11:01 +0200)
committerEric Bollengier <eric@baculasystems.com>
Thu, 14 Sep 2023 11:56:59 +0000 (13:56 +0200)
bacula/src/cats/cats.h

index 859c3c14eb44a9db76c733873c81faecc4b92b5c..7d03da3158c0da40f80977a0410c9394ccd0f49e 100644 (file)
@@ -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