From: Karl Fleischmann Date: Thu, 8 Feb 2024 15:29:54 +0000 (+0100) Subject: doc/example-config: Rename service_count in example config X-Git-Tag: 2.4.1~1040 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=26d20e3afac4798712dcfe803d606e53eb051905;p=thirdparty%2Fdovecot%2Fcore.git doc/example-config: Rename service_count in example config --- diff --git a/doc/example-config/conf.d/10-master.conf b/doc/example-config/conf.d/10-master.conf index b2e5d9d0df..272108a7db 100644 --- a/doc/example-config/conf.d/10-master.conf +++ b/doc/example-config/conf.d/10-master.conf @@ -24,15 +24,15 @@ service imap-login { } # Number of connections to handle before starting a new process. Typically - # the only useful values are 0 (unlimited) or 1. 1 is more secure, but 0 - # is faster. + # the only useful values are "unlimited" or 1. 1 is more secure, but + # "unlimited" is faster. # https://doc.dovecot.org/admin_manual/login_processes/ - #service_count = 1 + #restart_request_count = 1 # Number of processes to always keep waiting for more connections. #process_min_avail = 0 - # If you set service_count=0, you probably need to grow this. + # If you set restart_request_count=unlimited, you probably need to grow this. #vsz_limit = $default_vsz_limit }