summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorClément Lassieur <clement@lassieur.org>2018-11-10 15:14:28 +0100
committerClément Lassieur <clement@lassieur.org>2018-11-10 19:12:14 +0100
commit8d9bb4b4d05a20bef1cf7b1da2b1c5fb05f9b071 (patch)
tree33d9e068d8d64e1d03213edc431aa02088e0a481 /doc
parent005ec8d09c6b8f22457fad330c30ff0ccf495e34 (diff)
downloadgnu-guix-8d9bb4b4d05a20bef1cf7b1da2b1c5fb05f9b071.tar
gnu-guix-8d9bb4b4d05a20bef1cf7b1da2b1c5fb05f9b071.tar.gz
services: dovecot: Allow to set 'client-limit'.
* doc/guix.texi (Mail Services): Update accordingly. * gnu/services/mail.scm (service-configuration)[client-limit]: New field. (dovecot-configuration)[services]: Set 'client-limit' to its correct default value.
Diffstat (limited to 'doc')
-rw-r--r--doc/guix.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/guix.texi b/doc/guix.texi
index 441b65bcaf..d4178ce9ea 100644
--- a/doc/guix.texi
+++ b/doc/guix.texi
@@ -14349,6 +14349,16 @@ Defaults to @samp{#t}.
@end deftypevr
+@deftypevr {@code{service-configuration} parameter} non-negative-integer client-limit
+Maximum number of simultaneous client connections per process. Once
+this number of connections is received, the next incoming connection
+will prompt Dovecot to spawn another process. If set to 0,
+@code{default-client-limit} is used instead.
+
+Defaults to @samp{0}.
+
+@end deftypevr
+
@deftypevr {@code{service-configuration} parameter} non-negative-integer service-count
Number of connections to handle before starting a new process.
Typically the only useful values are 0 (unlimited) or 1. 1 is more