X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FConfig.php;h=cc3870222575c6846ef2c334b2fe004fa95d5afa;hb=96d9c94a6d9c49a84cd38ab3b3d68167b3274d47;hp=afe2f7d2dc380c5e6609b0c1822cd229ef3d2a7d;hpb=ee4ac4e666956c3255b24525be6fc992760513a8;p=civicrm-core.git diff --git a/CRM/Mailing/Config.php b/CRM/Mailing/Config.php index afe2f7d2dc..cc38702225 100644 --- a/CRM/Mailing/Config.php +++ b/CRM/Mailing/Config.php @@ -27,6 +27,8 @@ class CRM_Mailing_Config { // special value for mail bulk inserts to avoid // potential duplication, assuming a smaller number reduces number of queries // by some factor, so some tradeoff. CRM-8678 + // dev/core#1768 Remove this after Dec 2020. + // Replaced with civimail_sync_interval. const BULK_MAIL_INSERT_COUNT = 10; }