X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=CRM%2FMailing%2FConfig.php;h=cc3870222575c6846ef2c334b2fe004fa95d5afa;hb=be3dc427e121052aa1617547f0b41a18cb50daa7;hp=afe2f7d2dc380c5e6609b0c1822cd229ef3d2a7d;hpb=8c20952c7e9195ff138ba1d9515eefec74312586;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; }