Skip to content

Commit 6c804e4

Browse files
committed
config/service: Remove default process_limit value for imap/etc services
This now depends on the service and whether it's Pro edition or CE.
1 parent 5a98a1b commit 6c804e4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/core/config/service.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -336,9 +336,9 @@ connections.
336336
This improves performance, but it's less secure, because bugs in code
337337
may leak email data from another user's earlier connection.
338338

339-
* **process_limit** defaults to `1024`, which means that the number of
339+
* **process_limit** specifies the maximum number of
340340
simultaneous connections for the protocol that this service handles
341-
(IMAP, POP3, Submission, or ManageSieve) is limited by this setting.
341+
(IMAP, POP3, Submission, or ManageSieve).
342342

343343
If you expect more connections, increase this value.
344344

0 commit comments

Comments
 (0)