Don't assume auto increment of 1

MAILPOET-5145
This commit is contained in:
John Oleksowicz
2023-03-27 14:48:20 -05:00
committed by John Oleksowicz
parent ae442e191c
commit 57eb438eb8
15 changed files with 114 additions and 101 deletions

View File

@ -25,7 +25,7 @@ class InactiveSubscribersControllerTest extends \MailPoetTest {
private $newsletter;
const INACTIVITY_DAYS_THRESHOLD = 5;
const PROCESS_BATCH_SIZE = 100;
const PROCESS_BATCH_SIZE = 1000000000;
const UNOPENED_EMAILS_THRESHOLD = InactiveSubscribersController::UNOPENED_EMAILS_THRESHOLD;
public function _before() {