• Why?
    I have hundreds of photos i don’t want them to resize. Now i am in the phase if i click on the “search images” all those (not wanted to resize) images are loaded forward and other photos (needed to be resized) are not appearing because the loading number of images is limited (to that the number which is about 270).

    • This topic was modified 7 years, 6 months ago by gord0n.
    • This topic was modified 7 years, 6 months ago by gord0n.
    • This topic was modified 7 years, 6 months ago by gord0n.
Viewing 1 replies (of 1 total)
  • Plugin Author nosilver4u

    (@nosilver4u)

    Because it is impossible to load all your images at once without causing timeouts. You can increase the limit easy enough though.
    Simply define IMSANITY_AJAX_MAX_RECORDS in your wp-config.php file to be something higher, and Imsanity will search until it hits your configured limit. Something like this:
    define( 'IMSANITY_AJAX_MAX_RECORDS', 500 );

Viewing 1 replies (of 1 total)
  • The topic ‘max number of searched images is LIMITED’ is closed to new replies.