X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=settings%2FMailing.setting.php;h=bfcc3580741d860005c0c75da8f86c3b91e78f4f;hb=65e641a2387f7176eb540ce01751dcc3230d0f3d;hp=2e2640956a7fc7bb5fc93b1ccb939007c0640a68;hpb=8fd77486da8ade32a9cacd6b4669a84836e48ba0;p=civicrm-core.git diff --git a/settings/Mailing.setting.php b/settings/Mailing.setting.php index 2e2640956a..bfcc358074 100644 --- a/settings/Mailing.setting.php +++ b/settings/Mailing.setting.php @@ -13,8 +13,6 @@ * * @package CRM * @copyright CiviCRM LLC https://civicrm.org/licensing - * $Id$ - * */ /* * Settings metadata file @@ -369,4 +367,25 @@ return [ 'description' => ts('If checked, mailings will have open tracking enabled by default.'), 'help_text' => NULL, ], + // dev/cor#1768 Allow mailer sync interval to be configured by the + // adminstrator. + 'civimail_sync_interval' => [ + 'group_name' => 'Mailing Preferences', + 'group' => 'mailing', + 'name' => 'civimail_sync_interval', + 'type' => 'Integer', + 'quick_form_type' => 'Element', + 'html_type' => 'text', + 'html_attributes' => [ + 'size' => 4, + 'maxlength' => 8, + ], + 'default' => 10, + 'title' => ts('Database Update Frequency'), + 'add' => '5.28', + 'is_domain' => 1, + 'is_contact' => 0, + 'description' => ts('The frequency that CiviMail updates its sent mail database.'), + 'help_text' => NULL, + ], ];