Jump to content

When should I reset max_execution_time in php.ini ?


maliary

Recommended Posts

30 seconds is a pretty good standard. So that's a good thing for your php.ini value. Sometimes you'll have a script that takes more than 30 seconds to run; if you know something is going to pass that limit you can just use set_time_limit() within that specific file.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.