]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
auth: For Pro edition, default to service_client_limit=16384
authorTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 28 Feb 2025 10:12:03 +0000 (12:12 +0200)
committerTimo Sirainen <timo.sirainen@open-xchange.com>
Fri, 7 Mar 2025 08:01:55 +0000 (10:01 +0200)
This is needed to avoid warnings at startup due to the previous
changes.

src/auth/auth-settings.c

index 2ea0cfac1fac5ea7f23f319a45fb9e3cfeaf12dc..2ab2bac1e478c636d224ad217b62373fd93a5076 100644 (file)
@@ -27,6 +27,9 @@ struct service_settings auth_service_settings = {
        .drop_priv_before_exec = FALSE,
 
        .process_limit = 1,
+#ifdef DOVECOT_PRO_EDITION
+       .client_limit = 16384,
+#endif
 
        .unix_listeners = ARRAY_INIT,
        .fifo_listeners = ARRAY_INIT,