dovecot-2.0: lmtp: Increased initial client pool size.
dovecot at dovecot.org
dovecot at dovecot.org
Wed Dec 16 00:32:37 EET 2009
details: http://hg.dovecot.org/dovecot-2.0/rev/caee83356d7b
changeset: 10494:caee83356d7b
user: Timo Sirainen <tss at iki.fi>
date: Tue Dec 15 17:32:32 2009 -0500
description:
lmtp: Increased initial client pool size.
diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
src/lmtp/client.c | 2 +-
diffs (12 lines):
diff -r 2d7e2e76a100 -r caee83356d7b src/lmtp/client.c
--- a/src/lmtp/client.c Tue Dec 15 17:28:16 2009 -0500
+++ b/src/lmtp/client.c Tue Dec 15 17:32:32 2009 -0500
@@ -209,7 +209,7 @@ struct client *client_create(int fd_in,
net_set_nonblock(fd_in, TRUE);
net_set_nonblock(fd_out, TRUE);
- pool = pool_alloconly_create("lmtp client", 1024);
+ pool = pool_alloconly_create("lmtp client", 2048);
client = p_new(pool, struct client, 1);
client->pool = pool;
client->fd_in = fd_in;
More information about the dovecot-cvs
mailing list