Hi,
There’s no limit from the plugin’s side. Converting that many posts is limited by your server resources. When the scan runs on 160,000 posts, the plugin stores all the results in memory to display on the plugin page — with that volume, PHP hits its memory limit before the page can render.
You can try increasing PHP’s memory limit by adding define('WP_MEMORY_LIMIT', '512M'); to your wp-config.php. That said, you make a fair point about pagination — I’ll look into adding that in a future update so it handles large sites more gracefully.
But I am looking into the plugin and seeing if this can be improved.
Thanks for the feedback.
Glad it worked as expected. Thank you, Topher.
Glad it helped and worked as expected. Thank you.