Where would I add this in the Google base Feeder module so that the script would run until it is done?
set_time_limit(0);
It is timing out and I don't want to change my "max_execution_time" any higher than what it is set to.
Where would I add this in the Google base Feeder module so that the script would run until it is done?
set_time_limit(0);
It is timing out and I don't want to change my "max_execution_time" any higher than what it is set to.