From: Timo Sirainen Date: Wed, 3 Sep 2025 10:58:28 +0000 (+0300) Subject: doveadm: For Pro edition, default to service_restart_request_count=1000 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ec280dcc95ac190b121b87755f4ef1c1ebd45336;p=thirdparty%2Fdovecot%2Fcore.git doveadm: For Pro edition, default to service_restart_request_count=1000 --- diff --git a/src/doveadm/doveadm-settings.c b/src/doveadm/doveadm-settings.c index cdc7e6775c..974bd4bf2f 100644 --- a/src/doveadm/doveadm-settings.c +++ b/src/doveadm/doveadm-settings.c @@ -29,7 +29,11 @@ struct service_settings doveadm_service_settings = { .drop_priv_before_exec = FALSE, .client_limit = 1, +#ifdef DOVECOT_PRO_EDITION + .restart_request_count = 1000, +#else .restart_request_count = 1, +#endif .unix_listeners = ARRAY_INIT, .fifo_listeners = ARRAY_INIT,