We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5a98a1b commit 6c804e4Copy full SHA for 6c804e4
docs/core/config/service.md
@@ -336,9 +336,9 @@ connections.
336
This improves performance, but it's less secure, because bugs in code
337
may leak email data from another user's earlier connection.
338
339
-* **process_limit** defaults to `1024`, which means that the number of
+* **process_limit** specifies the maximum number of
340
simultaneous connections for the protocol that this service handles
341
- (IMAP, POP3, Submission, or ManageSieve) is limited by this setting.
+ (IMAP, POP3, Submission, or ManageSieve).
342
343
If you expect more connections, increase this value.
344
0 commit comments