province abbreviation patch - issue 724
[civicrm-core.git] / CRM / Mailing / Config.php
index afe2f7d2dc380c5e6609b0c1822cd229ef3d2a7d..cc3870222575c6846ef2c334b2fe004fa95d5afa 100644 (file)
@@ -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;
 
 }