What is the default value of max_execution_time directive? This directive specifies how many seconds a script can execute before being terminated.
A
10
B
20
C
30
D
40
Correct Answer: 30
This can be useful to prevent users’ scripts from consuming too much CPU time. If max_execution_time is set to 0, no time limit will be set.