Can I set the following PHP configuration parameters as follows:
max_execution_time = 360 max_input_time 360
Is that safe and efficient ?
I actually
By default my server has max_input_time as -1. I'm assuming that means infinite.