Skip to content

Commit

Permalink
Use correct number in comment
Browse files Browse the repository at this point in the history
Co-authored-by: Piotr Delawski <[email protected]>
  • Loading branch information
tharsheblows and delawski authored Aug 6, 2024
1 parent e931533 commit f8083e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion classes/class-admin.php
Original file line number Diff line number Diff line change
Expand Up @@ -851,7 +851,7 @@ public function erase_large_records( int $total, int $done, int $last_entry, int
return;
}

// We will do at most 500000 at a time.
// We will do at most 250000 at a time.
$batch_size = apply_filters( 'wp_stream_batch_size', 250000 );

// This will tend to erase them in reverse chronological order,
Expand Down

0 comments on commit f8083e5

Please sign in to comment.