I have my local web server on an external nextwork drive that is not the fastest connection. Is there any way to increase the maximum generation time beyond the 30 second limit?
Thanks!
~ James
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
In your php.ini file there is property called max_execution_time in the "Resource Limits" section. Set this to a larger number of seconds and you should be away.
Hope this helps
freakazoid
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have my local web server on an external nextwork drive that is not the fastest connection. Is there any way to increase the maximum generation time beyond the 30 second limit?
Thanks!
~ James
James
In your php.ini file there is property called max_execution_time in the "Resource Limits" section. Set this to a larger number of seconds and you should be away.
Hope this helps
freakazoid