I see in latest MailWizz it says this:
$limit = (int)Yii::app()->params['send.campaigns.command.tempQueueTables.copyAtOnce'];
Does that mean we need to put this in main-custom.php:
'params' => array(
'send.campaigns.command.useTempQueueTables' => true,
'send.campaigns.command.tempQueueTables.copyAtOnce' => 5000,
),
Thanks!
$limit = (int)Yii::app()->params['send.campaigns.command.tempQueueTables.copyAtOnce'];
Does that mean we need to put this in main-custom.php:
'params' => array(
'send.campaigns.command.useTempQueueTables' => true,
'send.campaigns.command.tempQueueTables.copyAtOnce' => 5000,
),
Thanks!