]> Pileus Git - ~andy/fetchmail/commitdiff
Avoid buffer spam.
authorEric S. Raymond <esr@thyrsus.com>
Wed, 3 Jul 1996 14:25:31 +0000 (14:25 -0000)
committerEric S. Raymond <esr@thyrsus.com>
Wed, 3 Jul 1996 14:25:31 +0000 (14:25 -0000)
svn path=/trunk/; revision=37

fetchmail.h

index 76deb5fd29c258e4cc05873c3737dced8af94258..b9b1cdcf3f8d725400ce75ee1e829ed70c4b03f0 100644 (file)
@@ -15,7 +15,7 @@
 
 /* definitions for buffer sizes -- somewhat arbitrary */
 #define                POPBUFSIZE      512     /* per RFC 937 */
-#define                MSGBUFSIZE      1024    /* size of message read buffer */
+#define                MSGBUFSIZE      2048    /* size of message read buffer */
 #define                HOSTLEN         128     /* max hostname length */
 #define                USERNAMELEN     32      /* max user-length */
 #define                PASSWORDLEN     MAX_PASSWORD_LENGTH