diff options
author | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-08-20 16:28:17 +0000 |
---|---|---|
committer | Baptiste Daroussin <bapt@FreeBSD.org> | 2016-08-20 16:28:17 +0000 |
commit | eb8bc5621c0e1eaeb75884f5d7f36edd90d4cd9b (patch) | |
tree | 90a9b3a163307a499ad5d62f4e8d5c515325c2af /dma.h | |
parent | 21301f73549aa63885352c5d33eadf82484c4bf7 (diff) |
Notes
Diffstat (limited to 'dma.h')
-rw-r--r-- | dma.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -49,7 +49,7 @@ #define VERSION "DragonFly Mail Agent " DMA_VERSION #define BUF_SIZE 2048 -#define ERRMSG_SIZE 200 +#define ERRMSG_SIZE 1024 #define USERNAME_SIZE 50 #define MIN_RETRY 300 /* 5 minutes */ #define MAX_RETRY (3*60*60) /* retry at least every 3 hours */ |