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