dovecot-2.0: example-config: s/process_count/process_limit/
dovecot at dovecot.org
dovecot at dovecot.org
Mon Jan 25 00:21:51 EET 2010
details: http://hg.dovecot.org/dovecot-2.0/rev/f8ab17253dff
changeset: 10575:f8ab17253dff
user: Timo Sirainen <tss at iki.fi>
date: Mon Jan 25 00:21:47 2010 +0200
description:
example-config: s/process_count/process_limit/
diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
doc/example-config/conf.d/master.conf | 4 ++--
diffs (18 lines):
diff -r 354d3b1eee03 -r f8ab17253dff doc/example-config/conf.d/master.conf
--- a/doc/example-config/conf.d/master.conf Sun Jan 24 22:58:45 2010 +0200
+++ b/doc/example-config/conf.d/master.conf Mon Jan 25 00:21:47 2010 +0200
@@ -45,12 +45,12 @@ service imap {
#vsz_limit = 256M
# Max. number of IMAP processes (connections)
- #process_count = 1024
+ #process_limit = 1024
}
service pop3 {
# Max. number of POP3 processes (connections)
- #process_count = 1024
+ #process_limit = 1024
}
service auth {
More information about the dovecot-cvs
mailing list