It’s limited to 250 at a time, but it should then move on to the next 250 as you suspected. The only reason it might not is if the attachment metadata in the database is stale. That can happen if you have database/object caching, so perhaps try flushing your caches for your site.
Hi,
The caching plugin deactivated.
How can check / flush caches ?
Thanks.
see here http://prntscr.com/ih7nkc – search always output same images
If it’s still doing it after 13 hours, it’s likely not caching unless your webhost has a really horrible cache setup.
In that case, it could be that the actual metadata is not correct, or isn’t getting updated in the database.
What do you have the resize dimensions set to?
Also, just released 2.3.10 which will attempt to update metadata that is incorrect, because it’s been driving me crazy for a long time. So see if that does anything for you. Alternatively, you can define IMSANITY_AJAX_MAX_RECORDS in your wp-config.php to bump up the limit (forgot about that until I was looking at the code again). It would look something like this:
define( 'IMSANITY_AJAX_MAX_RECORDS', 500 )
The resize dimensions set to 1800 x 0 and quality 82.
Well start working with the define( ‘IMSANITY_AJAX_MAX_RECORDS’, 500 );
Thanks for the help (: