]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
doc/example-config: Rename service_count in example config
authorKarl Fleischmann <karl.fleischmann@open-xchange.com>
Thu, 8 Feb 2024 15:29:54 +0000 (16:29 +0100)
committerAki Tuomi <aki.tuomi@open-xchange.com>
Wed, 12 Feb 2025 10:34:12 +0000 (12:34 +0200)
doc/example-config/conf.d/10-master.conf

index b2e5d9d0df4a17e2bdfb863966f1f8d3bf38d826..272108a7dba5f158b2530a4e44ccb02cd7136d78 100644 (file)
@@ -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
 }