dovecot-2.0-sslstream: example-config: s/process_count/process_l...

dovecot at dovecot.org dovecot at dovecot.org
Sat Feb 13 02:57:39 EET 2010


details:   http://hg.dovecot.org/dovecot-2.0-sslstream/rev/f8ab17253dff
changeset: 10576: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