Reply To: Scaning image folder results an error after 30sec

Bring Your Business to LifeSupportImage StoreScaning image folder results an error after 30secReply To: Scaning image folder results an error after 30sec

#47018
Xpark Media
Keymaster

you need to increase your memory and execution time, just change the values.

ini_set( 'memory_limit', '256M' );
ini_set( 'set_time_limit', '1300' );

The above values are the ones set by the plugin. I will be adding a setting so you can modify this using the admin area.