DWJames
Member
Hi all,
I'm running into issues running an image conversion process on many many threads and am getting error messages about a
so I've asked my host, but they assure me that on our server
I can't see any mention of a timeout setting in my library/config.php file and tools/phpinfo says
So where is this 120 second timeout restriction likely to be coming from?
thanks,
James
I'm running into issues running an image conversion process on many many threads and am getting error messages about a
Code:
ErrorException: Fatal Error: Maximum execution time of 120 seconds exceeded
by which I guess they mean it's set within Xenforo as we have nothing else on this server.There is no timeout defined for CLI tasks. So the 120 second arbitrary limit you are seeing would look like you are setting it in your code.
I can't see any mention of a timeout setting in my library/config.php file and tools/phpinfo says
Code:
max_execution_time 7200 7200
thanks,
James