summaryrefslogtreecommitdiff
path: root/dma.h
diff options
context:
space:
mode:
authorBaptiste Daroussin <bapt@FreeBSD.org>2016-08-20 16:28:17 +0000
committerBaptiste Daroussin <bapt@FreeBSD.org>2016-08-20 16:28:17 +0000
commiteb8bc5621c0e1eaeb75884f5d7f36edd90d4cd9b (patch)
tree90a9b3a163307a499ad5d62f4e8d5c515325c2af /dma.h
parent21301f73549aa63885352c5d33eadf82484c4bf7 (diff)
Notes
Diffstat (limited to 'dma.h')
-rw-r--r--dma.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dma.h b/dma.h
index acf5e44d07bc..593417617d3d 100644
--- a/dma.h
+++ b/dma.h
@@ -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 */