X-Git-Url: https://git.exim.org/exim.git/blobdiff_plain/80acfd092b5f785bd971dcf911b4fe7aec9faaa2..fc96555ab63243de9d468325aeaaa14cd77b9943:/src/src/macros.h?ds=sidebyside diff --git a/src/src/macros.h b/src/src/macros.h index a584551d3..68470a9f1 100644 --- a/src/src/macros.h +++ b/src/src/macros.h @@ -192,9 +192,10 @@ message id with a trailing "-H" or "-D" added. */ #define SPOOL_NAME_LENGTH (MESSAGE_ID_LENGTH+2) /* The maximum number of message ids to store in a waiting database -record. */ +record, and the max number of continuation records allowed. */ #define WAIT_NAME_MAX 50 +#define WAIT_CONT_MAX 1000 /* Fixed option values for all PCRE functions */