Skip to content

Commit

Permalink
Set batch start to 1 again
Browse files Browse the repository at this point in the history
  • Loading branch information
akirk committed Dec 3, 2024
1 parent eba5f88 commit 7bd0c80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inc/class-anniversary.php
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ private function get_users_and_first_translation_date(): array {
$max_user_id = $wpdb->get_var( "SELECT MAX(user_id) FROM {$wpdb->gp_translations}" );

// Todo: change to 1.
$first_id = 21_000_000;
$first_id = 1;
$batch_size = 50_000;

do {
Expand Down

0 comments on commit 7bd0c80

Please sign in to comment.